#53A4BA

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

Shades of Shakespeare #53A4BA

Tints of Shakespeare #53A4BA

Color information

#53A4BA (or 0x53A4BA) is unknown color: approx Shakespeare. HEX triplet: 53, A4 and BA. RGB value is (83,164,186). Sum of RGB (Red+Green+Blue) = 83+164+186=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A4BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A4BA is #AC5B45. Grayscale: #8E8E8E. Windows color (decimal): -11295558 or 12231763. OLE color: 12231763.

HSL color Cylindrical-coordinate representation of color #53A4BA: hue angle of 192.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53A4BA is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83164186-
CMYK0.550.1200.27
HSL192.82º42.74%52.75%-
HSV(B)192.82º55.38%72.94%-
XYZ25.7131.9451.26-
YUV142.29152.6685.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=19.17%
G=37.88%
B=42.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831641860.550.1200.27192.8242.7452.75
Hex53A4BA37C01Bc12b35
Octal12324427267140333015365
Binary10100111010010010111010110111110001101111000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,164,186); }

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

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

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

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

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

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

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