#53a6a2

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

Shades of Cadet Blue #53A6A2

Tints of Cadet Blue #53A6A2

Color information

#53A6A2 (or 0x53A6A2) is unknown color: approx Cadet Blue. HEX triplet: 53, A6 and A2. RGB value is (83,166,162). Sum of RGB (Red+Green+Blue) = 83+166+162=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 166 - color contains mainly: green. Hex color #53A6A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A6A2 is #AC595D. Grayscale: #8C8C8C. Windows color (decimal): -11295070 or 10659411. OLE color: 10659411.

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

Color convert

RGB83166162-
CMYK0.5000.020.35
HSL177.11º33.33%48.82%-
HSV(B)177.11º50%65.1%-
XYZ23.7331.7239.05-
YUV140.7314086.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.19%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 162 (63.67% from 255) = 39.42%
R=20.19%
G=40.39%
B=39.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831661620.5000.020.35177.1133.3348.82
Hex53A6A2320223b12131
Octal1232462426202432614161
Binary1010011101001101010001011001001010001110110001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53a6a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,166,162); }

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

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

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

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

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

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

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