Html Css Color HEX #5AA0AA Cadet Blue

📋 copy color: '#5AA0AA'

red 90 ◦ green 160 ◦ blue 170

#5AA0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #5AA0AA

Tints of Cadet Blue #5AA0AA

RGB

 RED value IS 90 (35.55% from 255) = 21.43%

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 21.43%
G = 38.1%
B = 40.48%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5AA0AA (or 0x5AA0AA) is known color: Cadet Blue. HEX triplet: 5A, A0 and AA. RGB value is (90,160,170). Sum of RGB (Red+Green+Blue) = 90+160+170=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #5AA0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA0AA is #A55F55. Grayscale: #8C8C8C. Windows color (decimal): -10837846 or 11182170. OLE color: 11182170.

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

Color convert

RGB 90 160 170 -
CMYK 0.47 0.06 0 0.33
HSL 187.5º 0.32% 0.51% -
HSV(B) 187.5º 0.47% 0.67% -
XYZ 24.04 30.22 42.6 -
YUV 140.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 90 160 170 0.47 0.06 0 0.33 187.5 0.32 0.51
Hex 5A A0 AA 2F 6 0 21 BC 20 33
Octal 132 240 252 57 6 0 41 274 40 63
Binary 1011010 10100000 10101010 101111 110 0 100001 10111100 100000 110011

Color Harmonies of #5AA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA0AA

Black with #5AA0AA

Text Example


Text Example

White with #5AA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AA0AA;
 }
 .AnyTagClassName
 {
   color: #5AA0AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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