#5DA59D

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

Shades of Cadet Blue #5DA59D

Tints of Cadet Blue #5DA59D

Color information

#5DA59D (or 0x5DA59D) is unknown color: approx Cadet Blue. HEX triplet: 5D, A5 and 9D. RGB value is (93,165,157). Sum of RGB (Red+Green+Blue) = 93+165+157=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA59D is #A25A62. Grayscale: #8E8E8E. Windows color (decimal): -10639971 or 10331485. OLE color: 10331485.

HSL color Cylindrical-coordinate representation of color #5DA59D: hue angle of 173.33º 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 #5DA59D is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB93165157-
CMYK0.4400.050.35
HSL173.33º28.57%50.59%-
HSV(B)173.33º43.64%64.71%-
XYZ24.0631.6736.74-
YUV142.56136.1592.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.41%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=22.41%
G=39.76%
B=37.83%

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
Decimal931651570.4400.050.35173.3328.5750.59
Hex5DA59D2C0523ad1d33
Octal1352452355405432553563
Binary1011101101001011001110110110001011000111010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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