Shades of Shakespeare #599DB3
Tints of Shakespeare #599DB3
RGB
CMYK
RGB Variations
Color information
#599DB3 (or 0x599DB3) is known color: Shakespeare. HEX triplet: 59, 9D and B3. RGB value is (89,157,179). Sum of RGB (Red+Green+Blue) = 89+157+179=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #599DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DB3 is #A6624C. Grayscale: #8B8B8B. Windows color (decimal): -10904141 or 11771225. OLE color: 11771225.
HSL color Cylindrical-coordinate representation of color #599DB3: hue angle of 194.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #599DB3 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 157 | 179 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.30 |
| HSL | 194.67º | 0.37% | 0.53% | - |
| HSV(B) | 194.67º | 0.5% | 0.7% | - |
| XYZ | 24.31 | 29.49 | 47.06 | - |
| YUV | 139.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 179 | 0.50 | 0.12 | 0 | 0.30 | 194.67 | 0.37 | 0.53 |
| Hex | 59 | 9D | B3 | 32 | C | 0 | 1E | C3 | 25 | 35 |
| Octal | 131 | 235 | 263 | 62 | 14 | 0 | 36 | 303 | 45 | 65 |
| Binary | 1011001 | 10011101 | 10110011 | 110010 | 1100 | 0 | 11110 | 11000011 | 100101 | 110101 |
Color Harmonies of #599DB3
Complementary color
Monochromatic Colors of #599DB3
Black with #599DB3
Text Example
Text Example
White with #599DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DB3; }
p { color: rgb(89,157,179); }
H1.HeaderClassName
{
color: #599DB3;
}
.AnyTagClassName
{
color: #599DB3;
}
</style>
background-color css
<style>
a { background-color: #599DB3; }
a { background-color: rgb(89,157,179); }
div.DivClassName
{
background-color: #599DB3;
}
.BgClassName
{
background-color: #599DB3;
}
</style>
border-color css
<style>
span { border-color: #599DB3; }
span { border-color: rgb(89,157,179); }
td.TdClassName
{
border-color: #599DB3;
}
.TagClassName
{
border-color: #599DB3;
}
</style>