Shades of Shakespeare #5F99BE
Tints of Shakespeare #5F99BE
RGB
CMYK
RGB Variations
Color information
#5F99BE (or 0x5F99BE) is known color: Shakespeare. HEX triplet: 5F, 99 and BE. RGB value is (95,153,190). Sum of RGB (Red+Green+Blue) = 95+153+190=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F99BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F99BE is #A06641. Grayscale: #8B8B8B. Windows color (decimal): -10511938 or 12491103. OLE color: 12491103.
HSL color Cylindrical-coordinate representation of color #5F99BE: hue angle of 203.37º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F99BE is Cyan = 0.5, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 153 | 190 | - |
| CMYK | 0.5 | 0.19 | 0 | 0.25 |
| HSL | 203.37º | 0.42% | 0.56% | - |
| HSV(B) | 203.37º | 0.5% | 0.75% | - |
| XYZ | 25.4 | 28.93 | 52.96 | - |
| YUV | 139.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 190 | 0.5 | 0.19 | 0 | 0.25 | 203.37 | 0.42 | 0.56 |
| Hex | 5F | 99 | BE | 32 | 13 | 0 | 19 | CB | 2A | 38 |
| Octal | 137 | 231 | 276 | 62 | 23 | 0 | 31 | 313 | 52 | 70 |
| Binary | 1011111 | 10011001 | 10111110 | 110010 | 10011 | 0 | 11001 | 11001011 | 101010 | 111000 |
Color Harmonies of #5F99BE
Complementary color
Monochromatic Colors of #5F99BE
Black with #5F99BE
Text Example
Text Example
White with #5F99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F99BE; }
p { color: rgb(95,153,190); }
H1.HeaderClassName
{
color: #5F99BE;
}
.AnyTagClassName
{
color: #5F99BE;
}
</style>
background-color css
<style>
a { background-color: #5F99BE; }
a { background-color: rgb(95,153,190); }
div.DivClassName
{
background-color: #5F99BE;
}
.BgClassName
{
background-color: #5F99BE;
}
</style>
border-color css
<style>
span { border-color: #5F99BE; }
span { border-color: rgb(95,153,190); }
td.TdClassName
{
border-color: #5F99BE;
}
.TagClassName
{
border-color: #5F99BE;
}
</style>