#5DA59C

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

Shades of Cadet Blue #5DA59C

Tints of Cadet Blue #5DA59C

Color information

#5DA59C (or 0x5DA59C) is unknown color: approx Cadet Blue. HEX triplet: 5D, A5 and 9C. RGB value is (93,165,156). Sum of RGB (Red+Green+Blue) = 93+165+156=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA59C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA59C is #A25A63. Grayscale: #8E8E8E. Windows color (decimal): -10639972 or 10265949. OLE color: 10265949.

HSL color Cylindrical-coordinate representation of color #5DA59C: hue angle of 172.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA59C is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB93165156-
CMYK0.4400.050.35
HSL172.5º28.57%50.59%-
HSV(B)172.5º43.64%64.71%-
XYZ23.9731.6436.3-
YUV142.45135.6592.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.46%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=22.46%
G=39.86%
B=37.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal931651560.4400.050.35172.528.5750.59
Hex5DA59C2C0523ac1d33
Octal1352452345405432543563
Binary1011101101001011001110010110001011000111010110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,165,156); }

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

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

 a { background-color: rgb(93,165,156); }

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

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

 span { border-color: rgb(93,165,156); }

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