#5CAAA6

Color #5CAAA6 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5CAAA6

Tints of Cadet Blue #5CAAA6

Color information

#5CAAA6 (or 0x5CAAA6) is unknown color: approx Cadet Blue. HEX triplet: 5C, AA and A6. RGB value is (92,170,166). Sum of RGB (Red+Green+Blue) = 92+170+166=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAA6 is #A35559. Grayscale: #929292. Windows color (decimal): -10704218 or 10922588. OLE color: 10922588.

HSL color Cylindrical-coordinate representation of color #5CAAA6: hue angle of 176.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAAA6 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB92170166-
CMYK0.4600.020.33
HSL176.92º31.45%51.37%-
HSV(B)176.92º45.88%66.67%-
XYZ25.6733.7841.24-
YUV146.22139.1689.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 21.50%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 166 (65.23% from 255) = 38.79%
R=21.50%
G=39.72%
B=38.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921701660.4600.020.33176.9231.4551.37
Hex5CAAA62E0221b11f33
Octal1342522465602412613763
Binary101110010101010101001101011100101000011011000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CAAA6; }

 p { color: rgb(92,170,166); }

 H1.HeaderClassName
 {
   color: #5CAAA6;
 }
 .AnyTagClassName
 {
   color: #5CAAA6;
 }
</style>
background-color css

<style>
 a { background-color: #5CAAA6; }

 a { background-color: rgb(92,170,166); }

 div.DivClassName
 {
   background-color: #5CAAA6;
 }
 .BgClassName
 {
   background-color: #5CAAA6;
 }
</style>
border-color css

<style>
 span { border-color: #5CAAA6; }

 span { border-color: rgb(92,170,166); }

 td.TdClassName
 {
   border-color: #5CAAA6;
 }
 .TagClassName
 {
   border-color: #5CAAA6;
 }
</style>