#57A4B9

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

Shades of Shakespeare #57A4B9

Tints of Shakespeare #57A4B9

Color information

#57A4B9 (or 0x57A4B9) is unknown color: approx Shakespeare. HEX triplet: 57, A4 and B9. RGB value is (87,164,185). Sum of RGB (Red+Green+Blue) = 87+164+185=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #57A4B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A4B9 is #A85B46. Grayscale: #8F8F8F. Windows color (decimal): -11033415 or 12166231. OLE color: 12166231.

HSL color Cylindrical-coordinate representation of color #57A4B9: hue angle of 192.86º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57A4B9 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87164185-
CMYK0.530.1100.27
HSL192.86º41.18%53.33%-
HSV(B)192.86º52.97%72.55%-
XYZ25.9632.0850.72-
YUV143.37151.4987.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.95%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 185 (72.66% from 255) = 42.43%
R=19.95%
G=37.61%
B=42.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871641850.530.1100.27192.8641.1853.33
Hex57A4B935B01Bc12935
Octal12724427165130333015165
Binary10101111010010010111001110101101101101111000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A4B9; }

 p { color: rgb(87,164,185); }

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

<style>
 a { background-color: #57A4B9; }

 a { background-color: rgb(87,164,185); }

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

<style>
 span { border-color: #57A4B9; }

 span { border-color: rgb(87,164,185); }

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