Html Css Color HEX #5DAAA6 Cadet Blue

📋 copy color: '#5DAAA6'

red 93 ◦ green 170 ◦ blue 166

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

Shades of Cadet Blue #5DAAA6

Tints of Cadet Blue #5DAAA6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 21.68%
G = 39.63%
B = 38.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#5DAAA6 (or 0x5DAAA6) is known color: Cadet Blue. HEX triplet: 5D, AA and A6. RGB value is (93,170,166). Sum of RGB (Red+Green+Blue) = 93+170+166=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAAA6 is #A25559. Grayscale: #929292. Windows color (decimal): -10638682 or 10922589. OLE color: 10922589.

HSL color Cylindrical-coordinate representation of color #5DAAA6: hue angle of 176.88º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAAA6 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 170 166 -
CMYK 0.45 0 0.02 0.33
HSL 176.88º 0.31% 0.52% -
HSV(B) 176.88º 0.45% 0.67% -
XYZ 25.77 33.83 41.25 -
YUV 146.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 93 170 166 0.45 0 0.02 0.33 176.88 0.31 0.52
Hex 5D AA A6 2D 0 2 21 B1 1F 34
Octal 135 252 246 55 0 2 41 261 37 64
Binary 1011101 10101010 10100110 101101 0 10 100001 10110001 11111 110100

Color Harmonies of #5DAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAAA6

Black with #5DAAA6

Text Example


Text Example

White with #5DAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,170,166); }

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

background-color css

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

 a { background-color: rgb(93,170,166); }

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

border-color css

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

 span { border-color: rgb(93,170,166); }

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