#53A0C2

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

Shades of Shakespeare #53A0C2

Tints of Shakespeare #53A0C2

Color information

#53A0C2 (or 0x53A0C2) is unknown color: approx Shakespeare. HEX triplet: 53, A0 and C2. RGB value is (83,160,194). Sum of RGB (Red+Green+Blue) = 83+160+194=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #53A0C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A0C2 is #AC5F3D. Grayscale: #8C8C8C. Windows color (decimal): -11296574 or 12755027. OLE color: 12755027.

HSL color Cylindrical-coordinate representation of color #53A0C2: hue angle of 198.38º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53A0C2 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB83160194-
CMYK0.570.1800.24
HSL198.38º47.64%54.31%-
HSV(B)198.38º57.22%76.08%-
XYZ25.8830.8855.63-
YUV140.85157.9986.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.99%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 194 (76.17% from 255) = 44.39%
R=18.99%
G=36.61%
B=44.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831601940.570.1800.24198.3847.6454.31
Hex53A0C23912018c63036
Octal12324030271220303066066
Binary101001110100000110000101110011001001100011000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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