#5AA6AA

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

Shades of Cadet Blue #5AA6AA

Tints of Cadet Blue #5AA6AA

Color information

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

HSL color Cylindrical-coordinate representation of color #5AA6AA: hue angle of 183º 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 #5AA6AA is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90166170-
CMYK0.470.0200.33
HSL183º32%50.98%-
HSV(B)183º47.06%66.67%-
XYZ25.1132.3542.95-
YUV143.73142.8289.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901661700.470.0200.331833250.98
Hex5AA6AA2F2021b72033
Octal1322462525720412674063
Binary1011010101001101010101010111110010000110110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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