#5AA499

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

Shades of Cadet Blue #5AA499

Tints of Cadet Blue #5AA499

Color information

#5AA499 (or 0x5AA499) is unknown color: approx Cadet Blue. HEX triplet: 5A, A4 and 99. RGB value is (90,164,153). Sum of RGB (Red+Green+Blue) = 90+164+153=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA499 is #A55B66. Grayscale: #8C8C8C. Windows color (decimal): -10836839 or 10069082. OLE color: 10069082.

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

Color convert

RGB90164153-
CMYK0.4500.070.36
HSL171.08º29.13%49.8%-
HSV(B)171.08º45.12%64.31%-
XYZ23.2431.0234.9-
YUV140.62134.9891.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.11%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=22.11%
G=40.29%
B=37.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641530.4500.070.36171.0829.1349.8
Hex5AA4992D0724ab1d32
Octal1322442315507442533562
Binary1011010101001001001100110110101111001001010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,164,153); }

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

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

 a { background-color: rgb(90,164,153); }

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

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

 span { border-color: rgb(90,164,153); }

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