#53A79C

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

Shades of Cadet Blue #53A79C

Tints of Cadet Blue #53A79C

Color information

#53A79C (or 0x53A79C) is unknown color: approx Cadet Blue. HEX triplet: 53, A7 and 9C. RGB value is (83,167,156). Sum of RGB (Red+Green+Blue) = 83+167+156=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #53A79C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A79C is #AC5863. Grayscale: #8C8C8C. Windows color (decimal): -11294820 or 10266451. OLE color: 10266451.

HSL color Cylindrical-coordinate representation of color #53A79C: hue angle of 172.14º 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 #53A79C is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB83167156-
CMYK0.5000.070.35
HSL172.14º33.6%49.02%-
HSV(B)172.14º50.3%65.49%-
XYZ23.3931.8836.37-
YUV140.63136.6786.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=20.44%
G=41.13%
B=38.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831671560.5000.070.35172.1433.649.02
Hex53A79C320723ac2231
Octal1232472346207432544261
Binary10100111010011110011100110010011110001110101100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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