Shades of Shakespeare #539CB6
Tints of Shakespeare #539CB6
RGB
CMYK
RGB Variations
Color information
#539CB6 (or 0x539CB6) is known color: Shakespeare. HEX triplet: 53, 9C and B6. RGB value is (83,156,182). Sum of RGB (Red+Green+Blue) = 83+156+182=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #539CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CB6 is #AC6349. Grayscale: #888888. Windows color (decimal): -11297610 or 11967571. OLE color: 11967571.
HSL color Cylindrical-coordinate representation of color #539CB6: hue angle of 195.76º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #539CB6 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 156 | 182 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.29 |
| HSL | 195.76º | 0.4% | 0.52% | - |
| HSV(B) | 195.76º | 0.54% | 0.71% | - |
| XYZ | 23.9 | 28.99 | 48.59 | - |
| YUV | 137.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 182 | 0.54 | 0.14 | 0 | 0.29 | 195.76 | 0.4 | 0.52 |
| Hex | 53 | 9C | B6 | 36 | E | 0 | 1D | C4 | 28 | 34 |
| Octal | 123 | 234 | 266 | 66 | 16 | 0 | 35 | 304 | 50 | 64 |
| Binary | 1010011 | 10011100 | 10110110 | 110110 | 1110 | 0 | 11101 | 11000100 | 101000 | 110100 |
Color Harmonies of #539CB6
Complementary color
Monochromatic Colors of #539CB6
Black with #539CB6
Text Example
Text Example
White with #539CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CB6; }
p { color: rgb(83,156,182); }
H1.HeaderClassName
{
color: #539CB6;
}
.AnyTagClassName
{
color: #539CB6;
}
</style>
background-color css
<style>
a { background-color: #539CB6; }
a { background-color: rgb(83,156,182); }
div.DivClassName
{
background-color: #539CB6;
}
.BgClassName
{
background-color: #539CB6;
}
</style>
border-color css
<style>
span { border-color: #539CB6; }
span { border-color: rgb(83,156,182); }
td.TdClassName
{
border-color: #539CB6;
}
.TagClassName
{
border-color: #539CB6;
}
</style>