#5DAAA6

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

Shades of Cadet Blue #5DAAA6

Tints of Cadet Blue #5DAAA6

Color information

#5DAAA6 (or 0x5DAAA6) is unknown color: approx Cadet Blue. HEX triplet: 5D, AA and A6. RGB value is (93,170,166). Sum of RGB (Red+Green+Blue) = 93+170+166=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAAA6 is #A25559. Grayscale: #929292. Windows color (decimal): -10638682 or 10922589. OLE color: 10922589.

HSL color Cylindrical-coordinate representation of color #5DAAA6: hue angle of 176.88º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAAA6 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB93170166-
CMYK0.4500.020.33
HSL176.88º31.17%51.57%-
HSV(B)176.88º45.29%66.67%-
XYZ25.7733.8341.25-
YUV146.52138.9989.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.68%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=21.68%
G=39.63%
B=38.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931701660.4500.020.33176.8831.1751.57
Hex5DAAA62D0221b11f34
Octal1352522465502412613764
Binary101110110101010101001101011010101000011011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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