#53A7AA

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

Shades of Cadet Blue #53A7AA

Tints of Cadet Blue #53A7AA

Color information

#53A7AA (or 0x53A7AA) is unknown color: approx Cadet Blue. HEX triplet: 53, A7 and AA. RGB value is (83,167,170). Sum of RGB (Red+Green+Blue) = 83+167+170=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #53A7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7AA is #AC5855. Grayscale: #8E8E8E. Windows color (decimal): -11294806 or 11183955. OLE color: 11183955.

HSL color Cylindrical-coordinate representation of color #53A7AA: hue angle of 182.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A7AA is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83167170-
CMYK0.510.0200.33
HSL182.07º34.39%49.61%-
HSV(B)182.07º51.18%66.67%-
XYZ24.6432.3842.98-
YUV142.23143.6785.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.76%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=19.76%
G=39.76%
B=40.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831671700.510.0200.33182.0734.3949.61
Hex53A7AA332021b62232
Octal1232472526320412664262
Binary1010011101001111010101011001110010000110110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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