#5A9AA9

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

Shades of Cadet Blue #5A9AA9

Tints of Cadet Blue #5A9AA9

Color information

#5A9AA9 (or 0x5A9AA9) is unknown color: approx Cadet Blue. HEX triplet: 5A, 9A and A9. RGB value is (90,154,169). Sum of RGB (Red+Green+Blue) = 90+154+169=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #5A9AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9AA9 is #A56556. Grayscale: #888888. Windows color (decimal): -10839383 or 11115098. OLE color: 11115098.

HSL color Cylindrical-coordinate representation of color #5A9AA9: hue angle of 191.39º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A9AA9 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB90154169-
CMYK0.470.0900.34
HSL191.39º31.47%50.78%-
HSV(B)191.39º46.75%66.27%-
XYZ22.9328.1541.76-
YUV136.57146.394.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.79%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=21.79%
G=37.29%
B=40.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901541690.470.0900.34191.3931.4750.78
Hex5A9AA92F9022bf1f33
Octal13223225157110422773763
Binary10110101001101010101001101111100101000101011111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,154,169); }

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

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

 a { background-color: rgb(90,154,169); }

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

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

 span { border-color: rgb(90,154,169); }

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