#5DA7A9

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

Shades of Cadet Blue #5DA7A9

Tints of Cadet Blue #5DA7A9

Color information

#5DA7A9 (or 0x5DA7A9) is unknown color: approx Cadet Blue. HEX triplet: 5D, A7 and A9. RGB value is (93,167,169). Sum of RGB (Red+Green+Blue) = 93+167+169=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 169 - color contains mainly: blue. Hex color #5DA7A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA7A9 is #A25856. Grayscale: #919191. Windows color (decimal): -10639447 or 11118429. OLE color: 11118429.

HSL color Cylindrical-coordinate representation of color #5DA7A9: hue angle of 181.58º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA7A9 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB93167169-
CMYK0.450.0100.34
HSL181.58º30.65%51.37%-
HSV(B)181.58º44.97%66.27%-
XYZ25.4932.8342.53-
YUV145.1141.4890.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.68%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=21.68%
G=38.93%
B=39.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931671690.450.0100.34181.5830.6551.37
Hex5DA7A92D1022b61f33
Octal1352472515510422663763
Binary10111011010011110101001101101101000101011011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,167,169); }

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

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

 a { background-color: rgb(93,167,169); }

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

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

 span { border-color: rgb(93,167,169); }

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