Shades of Shakespeare #5595C1
Tints of Shakespeare #5595C1
RGB
CMYK
RGB Variations
Color information
#5595C1 (or 0x5595C1) is known color: Shakespeare. HEX triplet: 55, 95 and C1. RGB value is (85,149,193). Sum of RGB (Red+Green+Blue) = 85+149+193=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #5595C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5595C1 is #AA6A3E. Grayscale: #868686. Windows color (decimal): -11168319 or 12686677. OLE color: 12686677.
HSL color Cylindrical-coordinate representation of color #5595C1: hue angle of 204.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5595C1 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 149 | 193 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.24 |
| HSL | 204.44º | 0.47% | 0.55% | - |
| HSV(B) | 204.44º | 0.56% | 0.76% | - |
| XYZ | 24.12 | 27.28 | 54.45 | - |
| YUV | 134.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 193 | 0.56 | 0.23 | 0 | 0.24 | 204.44 | 0.47 | 0.55 |
| Hex | 55 | 95 | C1 | 38 | 17 | 0 | 18 | CC | 2F | 37 |
| Octal | 125 | 225 | 301 | 70 | 27 | 0 | 30 | 314 | 57 | 67 |
| Binary | 1010101 | 10010101 | 11000001 | 111000 | 10111 | 0 | 11000 | 11001100 | 101111 | 110111 |
Color Harmonies of #5595C1
Complementary color
Monochromatic Colors of #5595C1
Black with #5595C1
Text Example
Text Example
White with #5595C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5595C1; }
p { color: rgb(85,149,193); }
H1.HeaderClassName
{
color: #5595C1;
}
.AnyTagClassName
{
color: #5595C1;
}
</style>
background-color css
<style>
a { background-color: #5595C1; }
a { background-color: rgb(85,149,193); }
div.DivClassName
{
background-color: #5595C1;
}
.BgClassName
{
background-color: #5595C1;
}
</style>
border-color css
<style>
span { border-color: #5595C1; }
span { border-color: rgb(85,149,193); }
td.TdClassName
{
border-color: #5595C1;
}
.TagClassName
{
border-color: #5595C1;
}
</style>