Html Css Color HEX #5AA2AB Cadet Blue

📋 copy color: '#5AA2AB'

red 90 ◦ green 162 ◦ blue 171

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

Shades of Cadet Blue #5AA2AB

Tints of Cadet Blue #5AA2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 21.28%
G = 38.3%
B = 40.43%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5AA2AB (or 0x5AA2AB) is known color: Cadet Blue. HEX triplet: 5A, A2 and AB. RGB value is (90,162,171). Sum of RGB (Red+Green+Blue) = 90+162+171=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #5AA2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA2AB is #A55D54. Grayscale: #8D8D8D. Windows color (decimal): -10837333 or 11248218. OLE color: 11248218.

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

Color convert

RGB 90 162 171 -
CMYK 0.47 0.05 0 0.33
HSL 186.67º 0.33% 0.51% -
HSV(B) 186.67º 0.47% 0.67% -
XYZ 24.49 30.95 43.21 -
YUV 141.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 90 162 171 0.47 0.05 0 0.33 186.67 0.33 0.51
Hex 5A A2 AB 2F 5 0 21 BB 21 33
Octal 132 242 253 57 5 0 41 273 41 63
Binary 1011010 10100010 10101011 101111 101 0 100001 10111011 100001 110011

Color Harmonies of #5AA2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA2AB

Black with #5AA2AB

Text Example


Text Example

White with #5AA2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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