#5DA9A3

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

Shades of Cadet Blue #5DA9A3

Tints of Cadet Blue #5DA9A3

Color information

#5DA9A3 (or 0x5DA9A3) is unknown color: approx Cadet Blue. HEX triplet: 5D, A9 and A3. RGB value is (93,169,163). Sum of RGB (Red+Green+Blue) = 93+169+163=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA9A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA9A3 is #A2565C. Grayscale: #919191. Windows color (decimal): -10638941 or 10725725. OLE color: 10725725.

HSL color Cylindrical-coordinate representation of color #5DA9A3: hue angle of 175.26º 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 #5DA9A3 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB93169163-
CMYK0.4500.040.34
HSL175.26º30.65%51.37%-
HSV(B)175.26º44.97%66.27%-
XYZ25.3133.3539.75-
YUV145.59137.8290.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.88%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 163 (64.06% from 255) = 38.35%
R=21.88%
G=39.76%
B=38.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931691630.4500.040.34175.2630.6551.37
Hex5DA9A32D0422af1f33
Octal1352512435504422573763
Binary1011101101010011010001110110101001000101010111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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