Html Css Color HEX #5D9AA9 Cadet Blue

📋 copy color: '#5D9AA9'

red 93 ◦ green 154 ◦ blue 169

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

Shades of Cadet Blue #5D9AA9

Tints of Cadet Blue #5D9AA9

RGB

 RED value IS 93 (36.72% from 255) = 22.36%

 GREEN value IS 154 (60.55% from 255) = 37.02%

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 22.36%
G = 37.02%
B = 40.63%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5D9AA9 (or 0x5D9AA9) is known color: Cadet Blue. HEX triplet: 5D, 9A and A9. RGB value is (93,154,169). Sum of RGB (Red+Green+Blue) = 93+154+169=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D9AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9AA9 is #A26556. Grayscale: #898989. Windows color (decimal): -10642775 or 11115101. OLE color: 11115101.

HSL color Cylindrical-coordinate representation of color #5D9AA9: hue angle of 191.84º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D9AA9 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 154 169 -
CMYK 0.45 0.09 0 0.34
HSL 191.84º 0.31% 0.51% -
HSV(B) 191.84º 0.45% 0.66% -
XYZ 23.23 28.3 41.77 -
YUV 137.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 93 154 169 0.45 0.09 0 0.34 191.84 0.31 0.51
Hex 5D 9A A9 2D 9 0 22 C0 1F 33
Octal 135 232 251 55 11 0 42 300 37 63
Binary 1011101 10011010 10101001 101101 1001 0 100010 11000000 11111 110011

Color Harmonies of #5D9AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9AA9

Black with #5D9AA9

Text Example


Text Example

White with #5D9AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,154,169); }

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

background-color css

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

 a { background-color: rgb(93,154,169); }

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

border-color css

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

 span { border-color: rgb(93,154,169); }

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