#5AA2AD

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

Shades of Cadet Blue #5AA2AD

Tints of Cadet Blue #5AA2AD

Color information

#5AA2AD (or 0x5AA2AD) is unknown color: approx Cadet Blue. HEX triplet: 5A, A2 and AD. RGB value is (90,162,173). Sum of RGB (Red+Green+Blue) = 90+162+173=425 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.18% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #5AA2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA2AD is #A55D52. Grayscale: #8D8D8D. Windows color (decimal): -10837331 or 11379290. OLE color: 11379290.

HSL color Cylindrical-coordinate representation of color #5AA2AD: hue angle of 187.95º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA2AD is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB90162173-
CMYK0.480.0600.32
HSL187.95º33.6%51.57%-
HSV(B)187.95º47.98%67.84%-
XYZ24.6831.0344.22-
YUV141.73145.6591.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.18%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=21.18%
G=38.12%
B=40.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901621730.480.0600.32187.9533.651.57
Hex5AA2AD306020bc2234
Octal1322422556060402744264
Binary10110101010001010101101110000110010000010111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,162,173); }

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

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

 a { background-color: rgb(90,162,173); }

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

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

 span { border-color: rgb(90,162,173); }

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