#53A0A0

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

Shades of Cadet Blue #53A0A0

Tints of Cadet Blue #53A0A0

Color information

#53A0A0 (or 0x53A0A0) is unknown color: approx Cadet Blue. HEX triplet: 53, A0 and A0. RGB value is (83,160,160). Sum of RGB (Red+Green+Blue) = 83+160+160=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #53A0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A0A0 is #AC5F5F. Grayscale: #888888. Windows color (decimal): -11296608 or 10526803. OLE color: 10526803.

HSL color Cylindrical-coordinate representation of color #53A0A0: hue angle of 180º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A0A0 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB83160160-
CMYK0.48000.37
HSL180º31.69%47.65%-
HSV(B)180º48.12%62.75%-
XYZ22.4829.5237.77-
YUV136.98140.9989.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=20.60%
G=39.70%
B=39.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831601600.48000.3718031.6947.65
Hex53A0A0300025b42030
Octal1232402406000452644060
Binary101001110100000101000001100000010010110110100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,160,160); }

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

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

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

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

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

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

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