Html Css Color HEX #5AA2AD Cadet Blue

📋 copy color: '#5AA2AD'

red 90 ◦ green 162 ◦ blue 173

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

Shades of Cadet Blue #5AA2AD

Tints of Cadet Blue #5AA2AD

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 value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5AA2AD (or 0x5AA2AD) is known color: 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

RGB 90 162 173 -
CMYK 0.48 0.06 0 0.32
HSL 187.95º 0.34% 0.52% -
HSV(B) 187.95º 0.48% 0.68% -
XYZ 24.68 31.03 44.22 -
YUV 141.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 90 162 173 0.48 0.06 0 0.32 187.95 0.34 0.52
Hex 5A A2 AD 30 6 0 20 BC 22 34
Octal 132 242 255 60 6 0 40 274 42 64
Binary 1011010 10100010 10101101 110000 110 0 100000 10111100 100010 110100

Color Harmonies of #5AA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA2AD

Black with #5AA2AD

Text Example


Text Example

White with #5AA2AD

Text Example


Text Example

HTML Codes & Css Web 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>