#53A79F

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

Shades of Cadet Blue #53A79F

Tints of Cadet Blue #53A79F

Color information

#53A79F (or 0x53A79F) is unknown color: approx Cadet Blue. HEX triplet: 53, A7 and 9F. RGB value is (83,167,159). Sum of RGB (Red+Green+Blue) = 83+167+159=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #53A79F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A79F is #AC5860. Grayscale: #8C8C8C. Windows color (decimal): -11294817 or 10463059. OLE color: 10463059.

HSL color Cylindrical-coordinate representation of color #53A79F: hue angle of 174.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A79F is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB83167159-
CMYK0.5000.050.35
HSL174.29º33.6%49.02%-
HSV(B)174.29º50.3%65.49%-
XYZ23.6431.9837.73-
YUV140.97138.1786.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.29%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=20.29%
G=40.83%
B=38.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831671590.5000.050.35174.2933.649.02
Hex53A79F320523ae2231
Octal1232472376205432564261
Binary10100111010011110011111110010010110001110101110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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