Shades of Shakespeare #599DC3
Tints of Shakespeare #599DC3
RGB
CMYK
RGB Variations
Color information
#599DC3 (or 0x599DC3) is known color: Shakespeare. HEX triplet: 59, 9D and C3. RGB value is (89,157,195). Sum of RGB (Red+Green+Blue) = 89+157+195=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #599DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DC3 is #A6623C. Grayscale: #8C8C8C. Windows color (decimal): -10904125 or 12819801. OLE color: 12819801.
HSL color Cylindrical-coordinate representation of color #599DC3: hue angle of 201.51º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #599DC3 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 157 | 195 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.24 |
| HSL | 201.51º | 0.47% | 0.56% | - |
| HSV(B) | 201.51º | 0.54% | 0.76% | - |
| XYZ | 26.03 | 30.18 | 56.08 | - |
| YUV | 141 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 195 | 0.54 | 0.19 | 0 | 0.24 | 201.51 | 0.47 | 0.56 |
| Hex | 59 | 9D | C3 | 36 | 13 | 0 | 18 | CA | 2F | 38 |
| Octal | 131 | 235 | 303 | 66 | 23 | 0 | 30 | 312 | 57 | 70 |
| Binary | 1011001 | 10011101 | 11000011 | 110110 | 10011 | 0 | 11000 | 11001010 | 101111 | 111000 |
Color Harmonies of #599DC3
Complementary color
Monochromatic Colors of #599DC3
Black with #599DC3
Text Example
Text Example
White with #599DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DC3; }
p { color: rgb(89,157,195); }
H1.HeaderClassName
{
color: #599DC3;
}
.AnyTagClassName
{
color: #599DC3;
}
</style>
background-color css
<style>
a { background-color: #599DC3; }
a { background-color: rgb(89,157,195); }
div.DivClassName
{
background-color: #599DC3;
}
.BgClassName
{
background-color: #599DC3;
}
</style>
border-color css
<style>
span { border-color: #599DC3; }
span { border-color: rgb(89,157,195); }
td.TdClassName
{
border-color: #599DC3;
}
.TagClassName
{
border-color: #599DC3;
}
</style>