#5AAAA6

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

Shades of Cadet Blue #5AAAA6

Tints of Cadet Blue #5AAAA6

Color information

#5AAAA6 (or 0x5AAAA6) is unknown color: approx Cadet Blue. HEX triplet: 5A, AA and A6. RGB value is (90,170,166). Sum of RGB (Red+Green+Blue) = 90+170+166=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAAA6 is #A55559. Grayscale: #919191. Windows color (decimal): -10835290 or 10922586. OLE color: 10922586.

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

Color convert

RGB90170166-
CMYK0.4700.020.33
HSL177º32%50.98%-
HSV(B)177º47.06%66.67%-
XYZ25.4733.6841.23-
YUV145.62139.588.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.13%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=21.13%
G=39.91%
B=38.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901701660.4700.020.331773250.98
Hex5AAAA62F0221b12033
Octal1322522465702412614063
Binary1011010101010101010011010111101010000110110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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