#5AA9A7

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

Shades of Cadet Blue #5AA9A7

Tints of Cadet Blue #5AA9A7

Color information

#5AA9A7 (or 0x5AA9A7) is unknown color: approx Cadet Blue. HEX triplet: 5A, A9 and A7. RGB value is (90,169,167). Sum of RGB (Red+Green+Blue) = 90+169+167=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA9A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA9A7 is #A55658. Grayscale: #919191. Windows color (decimal): -10835545 or 10987866. OLE color: 10987866.

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

Color convert

RGB90169167-
CMYK0.4700.010.34
HSL178.48º31.47%50.78%-
HSV(B)178.48º46.75%66.27%-
XYZ25.3833.3441.66-
YUV145.15140.3388.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.13%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=21.13%
G=39.67%
B=39.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901691670.4700.010.34178.4831.4750.78
Hex5AA9A72F0122b21f33
Octal1322512475701422623763
Binary10110101010100110100111101111011000101011001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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