#53AAA7

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

Shades of Cadet Blue #53AAA7

Tints of Cadet Blue #53AAA7

Color information

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

HSL color Cylindrical-coordinate representation of color #53AAA7: hue angle of 177.93º 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 #53AAA7 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB83170167-
CMYK0.5100.020.33
HSL177.93º34.39%49.61%-
HSV(B)177.93º51.18%66.67%-
XYZ24.9233.3841.69-
YUV143.65141.1884.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831701670.5100.020.33177.9334.3949.61
Hex53AAA7330221b22232
Octal1232522476302412624262
Binary1010011101010101010011111001101010000110110010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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