#53A49F

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

Shades of Cadet Blue #53A49F

Tints of Cadet Blue #53A49F

Color information

#53A49F (or 0x53A49F) is unknown color: approx Cadet Blue. HEX triplet: 53, A4 and 9F. RGB value is (83,164,159). Sum of RGB (Red+Green+Blue) = 83+164+159=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #53A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A49F is #AC5B60. Grayscale: #8B8B8B. Windows color (decimal): -11295585 or 10462291. OLE color: 10462291.

HSL color Cylindrical-coordinate representation of color #53A49F: hue angle of 176.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A49F is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB83164159-
CMYK0.4900.030.36
HSL176.3º32.79%48.43%-
HSV(B)176.3º49.39%64.31%-
XYZ23.130.8937.55-
YUV139.21139.1687.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=20.44%
G=40.39%
B=39.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831641590.4900.030.36176.332.7948.43
Hex53A49F310324b02130
Octal1232442376103442604160
Binary1010011101001001001111111000101110010010110000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A49F; }

 p { color: rgb(83,164,159); }

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

<style>
 a { background-color: #53A49F; }

 a { background-color: rgb(83,164,159); }

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

<style>
 span { border-color: #53A49F; }

 span { border-color: rgb(83,164,159); }

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