#57A3B5

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

Shades of Shakespeare #57A3B5

Tints of Shakespeare #57A3B5

Color information

#57A3B5 (or 0x57A3B5) is unknown color: approx Shakespeare. HEX triplet: 57, A3 and B5. RGB value is (87,163,181). Sum of RGB (Red+Green+Blue) = 87+163+181=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #57A3B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A3B5 is #A85C4A. Grayscale: #8E8E8E. Windows color (decimal): -11033675 or 11903831. OLE color: 11903831.

HSL color Cylindrical-coordinate representation of color #57A3B5: hue angle of 191.49º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57A3B5 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB87163181-
CMYK0.520.1000.29
HSL191.49º38.84%52.55%-
HSV(B)191.49º51.93%70.98%-
XYZ25.3731.5648.47-
YUV142.33149.8288.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.19%
GREEN value IS 163 (64.06% from 255) = 37.82%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=20.19%
G=37.82%
B=42.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871631810.520.1000.29191.4938.8452.55
Hex57A3B534A01Dbf2735
Octal12724326564120352774765
Binary10101111010001110110101110100101001110110111111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,163,181); }

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

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

 a { background-color: rgb(87,163,181); }

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

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

 span { border-color: rgb(87,163,181); }

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