#5AA59E

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

Shades of Cadet Blue #5AA59E

Tints of Cadet Blue #5AA59E

Color information

#5AA59E (or 0x5AA59E) is unknown color: approx Cadet Blue. HEX triplet: 5A, A5 and 9E. RGB value is (90,165,158). Sum of RGB (Red+Green+Blue) = 90+165+158=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA59E is #A55A61. Grayscale: #8D8D8D. Windows color (decimal): -10836578 or 10397018. OLE color: 10397018.

HSL color Cylindrical-coordinate representation of color #5AA59E: hue angle of 174.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA59E is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB90165158-
CMYK0.4500.040.35
HSL174.4º29.41%50%-
HSV(B)174.4º45.45%64.71%-
XYZ23.8431.5537.18-
YUV141.78137.1591.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.79%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=21.79%
G=39.95%
B=38.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901651580.4500.040.35174.429.4150
Hex5AA59E2D0423ae1d32
Octal1322452365504432563562
Binary1011010101001011001111010110101001000111010111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,165,158); }

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

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

 a { background-color: rgb(90,165,158); }

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

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

 span { border-color: rgb(90,165,158); }

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