Html Css Color HEX #5A9DAB Cadet Blue

📋 copy color: '#5A9DAB'

red 90 ◦ green 157 ◦ blue 171

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

Shades of Cadet Blue #5A9DAB

Tints of Cadet Blue #5A9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.56%

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

R = 21.53%
G = 37.56%
B = 40.91%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A9DAB (or 0x5A9DAB) is known color: Cadet Blue. HEX triplet: 5A, 9D and AB. RGB value is (90,157,171). Sum of RGB (Red+Green+Blue) = 90+157+171=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A9DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9DAB is #A56254. Grayscale: #8A8A8A. Windows color (decimal): -10838613 or 11246938. OLE color: 11246938.

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

Color convert

RGB 90 157 171 -
CMYK 0.47 0.08 0 0.33
HSL 190.37º 0.33% 0.51% -
HSV(B) 190.37º 0.47% 0.67% -
XYZ 23.62 29.23 42.92 -
YUV 138.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 90 157 171 0.47 0.08 0 0.33 190.37 0.33 0.51
Hex 5A 9D AB 2F 8 0 21 BE 21 33
Octal 132 235 253 57 10 0 41 276 41 63
Binary 1011010 10011101 10101011 101111 1000 0 100001 10111110 100001 110011

Color Harmonies of #5A9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9DAB

Black with #5A9DAB

Text Example


Text Example

White with #5A9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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