#57A4C1

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

Shades of Shakespeare #57A4C1

Tints of Shakespeare #57A4C1

Color information

#57A4C1 (or 0x57A4C1) is unknown color: approx Shakespeare. HEX triplet: 57, A4 and C1. RGB value is (87,164,193). Sum of RGB (Red+Green+Blue) = 87+164+193=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #57A4C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A4C1 is #A85B3E. Grayscale: #909090. Windows color (decimal): -11033407 or 12690519. OLE color: 12690519.

HSL color Cylindrical-coordinate representation of color #57A4C1: hue angle of 196.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57A4C1 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87164193-
CMYK0.550.1500.24
HSL196.42º46.09%54.9%-
HSV(B)196.42º54.92%75.69%-
XYZ26.8332.4355.3-
YUV144.28155.4987.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.59%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=19.59%
G=36.94%
B=43.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871641930.550.1500.24196.4246.0954.9
Hex57A4C137F018c42e37
Octal12724430167170303045667
Binary10101111010010011000001110111111101100011000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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