#5DA69D

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

Shades of Cadet Blue #5DA69D

Tints of Cadet Blue #5DA69D

Color information

#5DA69D (or 0x5DA69D) is unknown color: approx Cadet Blue. HEX triplet: 5D, A6 and 9D. RGB value is (93,166,157). Sum of RGB (Red+Green+Blue) = 93+166+157=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA69D is #A25962. Grayscale: #8F8F8F. Windows color (decimal): -10639715 or 10331741. OLE color: 10331741.

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

Color convert

RGB93166157-
CMYK0.4400.050.35
HSL172.6º29.08%50.78%-
HSV(B)172.6º43.98%65.1%-
XYZ24.2432.0336.8-
YUV143.15135.8292.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.36%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=22.36%
G=39.90%
B=37.74%

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
Decimal931661570.4400.050.35172.629.0850.78
Hex5DA69D2C0523ad1d33
Octal1352462355405432553563
Binary1011101101001101001110110110001011000111010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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