#5DA6A5

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

Shades of Cadet Blue #5DA6A5

Tints of Cadet Blue #5DA6A5

Color information

#5DA6A5 (or 0x5DA6A5) is unknown color: approx Cadet Blue. HEX triplet: 5D, A6 and A5. RGB value is (93,166,165). Sum of RGB (Red+Green+Blue) = 93+166+165=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA6A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA6A5 is #A2595A. Grayscale: #8F8F8F. Windows color (decimal): -10639707 or 10856029. OLE color: 10856029.

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

Color convert

RGB93166165-
CMYK0.4400.010.35
HSL179.18º29.08%50.78%-
HSV(B)179.18º43.98%65.1%-
XYZ24.9432.3240.52-
YUV144.06139.8291.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.93%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=21.93%
G=39.15%
B=38.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal931661650.4400.010.35179.1829.0850.78
Hex5DA6A52C0123b31d33
Octal1352462455401432633563
Binary10111011010011010100101101100011000111011001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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