Shades of Shakespeare #5396C3
Tints of Shakespeare #5396C3
RGB
CMYK
RGB Variations
Color information
#5396C3 (or 0x5396C3) is known color: Shakespeare. HEX triplet: 53, 96 and C3. RGB value is (83,150,195). Sum of RGB (Red+Green+Blue) = 83+150+195=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #5396C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5396C3 is #AC693C. Grayscale: #868686. Windows color (decimal): -11299133 or 12818003. OLE color: 12818003.
HSL color Cylindrical-coordinate representation of color #5396C3: hue angle of 204.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5396C3 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 150 | 195 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.24 |
| HSL | 204.11º | 0.48% | 0.55% | - |
| HSV(B) | 204.11º | 0.57% | 0.76% | - |
| XYZ | 24.32 | 27.59 | 55.67 | - |
| YUV | 135.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 195 | 0.57 | 0.23 | 0 | 0.24 | 204.11 | 0.48 | 0.55 |
| Hex | 53 | 96 | C3 | 39 | 17 | 0 | 18 | CC | 30 | 37 |
| Octal | 123 | 226 | 303 | 71 | 27 | 0 | 30 | 314 | 60 | 67 |
| Binary | 1010011 | 10010110 | 11000011 | 111001 | 10111 | 0 | 11000 | 11001100 | 110000 | 110111 |
Color Harmonies of #5396C3
Complementary color
Monochromatic Colors of #5396C3
Black with #5396C3
Text Example
Text Example
White with #5396C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5396C3; }
p { color: rgb(83,150,195); }
H1.HeaderClassName
{
color: #5396C3;
}
.AnyTagClassName
{
color: #5396C3;
}
</style>
background-color css
<style>
a { background-color: #5396C3; }
a { background-color: rgb(83,150,195); }
div.DivClassName
{
background-color: #5396C3;
}
.BgClassName
{
background-color: #5396C3;
}
</style>
border-color css
<style>
span { border-color: #5396C3; }
span { border-color: rgb(83,150,195); }
td.TdClassName
{
border-color: #5396C3;
}
.TagClassName
{
border-color: #5396C3;
}
</style>