Shades of Shakespeare #57A4C1
Tints of Shakespeare #57A4C1
RGB
CMYK
RGB Variations
Color information
#57A4C1 (or 0x57A4C1) is known color: 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
| RGB | 87 | 164 | 193 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.24 |
| HSL | 196.42º | 0.46% | 0.55% | - |
| HSV(B) | 196.42º | 0.55% | 0.76% | - |
| XYZ | 26.83 | 32.43 | 55.3 | - |
| YUV | 144.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 193 | 0.55 | 0.15 | 0 | 0.24 | 196.42 | 0.46 | 0.55 |
| Hex | 57 | A4 | C1 | 37 | F | 0 | 18 | C4 | 2E | 37 |
| Octal | 127 | 244 | 301 | 67 | 17 | 0 | 30 | 304 | 56 | 67 |
| Binary | 1010111 | 10100100 | 11000001 | 110111 | 1111 | 0 | 11000 | 11000100 | 101110 | 110111 |
Color Harmonies of #57A4C1
Complementary color
Monochromatic Colors of #57A4C1
Black with #57A4C1
Text Example
Text Example
White with #57A4C1
Text Example
Text Example
HTML Codes & Css Web 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>