#5DA4A2

Color #5DA4A2 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5DA4A2

Tints of Cadet Blue #5DA4A2

Color information

#5DA4A2 (or 0x5DA4A2) is unknown color: approx Cadet Blue. HEX triplet: 5D, A4 and A2. RGB value is (93,164,162). Sum of RGB (Red+Green+Blue) = 93+164+162=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA4A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA4A2 is #A25B5D. Grayscale: #8E8E8E. Windows color (decimal): -10640222 or 10658909. OLE color: 10658909.

HSL color Cylindrical-coordinate representation of color #5DA4A2: hue angle of 178.31º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA4A2 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB93164162-
CMYK0.4300.010.36
HSL178.31º28.06%50.39%-
HSV(B)178.31º43.29%64.31%-
XYZ24.3131.4938.98-
YUV142.54138.9892.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.20%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 162 (63.67% from 255) = 38.66%
R=22.20%
G=39.14%
B=38.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931641620.4300.010.36178.3128.0650.39
Hex5DA4A22B0124b21c32
Octal1352442425301442623462
Binary10111011010010010100010101011011001001011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,162); }

 H1.HeaderClassName
 {
   color: #5DA4A2;
 }
 .AnyTagClassName
 {
   color: #5DA4A2;
 }
</style>
background-color css

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

 a { background-color: rgb(93,164,162); }

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

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

 span { border-color: rgb(93,164,162); }

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