Shades of Shakespeare #5C9EB4
Tints of Shakespeare #5C9EB4
RGB
CMYK
RGB Variations
Color information
#5C9EB4 (or 0x5C9EB4) is known color: Shakespeare. HEX triplet: 5C, 9E and B4. RGB value is (92,158,180). Sum of RGB (Red+Green+Blue) = 92+158+180=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #5C9EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9EB4 is #A3614B. Grayscale: #8C8C8C. Windows color (decimal): -10707276 or 11837020. OLE color: 11837020.
HSL color Cylindrical-coordinate representation of color #5C9EB4: hue angle of 195º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C9EB4 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 158 | 180 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.29 |
| HSL | 195º | 0.37% | 0.53% | - |
| HSV(B) | 195º | 0.49% | 0.71% | - |
| XYZ | 24.88 | 30.02 | 47.66 | - |
| YUV | 140.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 180 | 0.49 | 0.12 | 0 | 0.29 | 195 | 0.37 | 0.53 |
| Hex | 5C | 9E | B4 | 31 | C | 0 | 1D | C3 | 25 | 35 |
| Octal | 134 | 236 | 264 | 61 | 14 | 0 | 35 | 303 | 45 | 65 |
| Binary | 1011100 | 10011110 | 10110100 | 110001 | 1100 | 0 | 11101 | 11000011 | 100101 | 110101 |
Color Harmonies of #5C9EB4
Complementary color
Monochromatic Colors of #5C9EB4
Black with #5C9EB4
Text Example
Text Example
White with #5C9EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9EB4; }
p { color: rgb(92,158,180); }
H1.HeaderClassName
{
color: #5C9EB4;
}
.AnyTagClassName
{
color: #5C9EB4;
}
</style>
background-color css
<style>
a { background-color: #5C9EB4; }
a { background-color: rgb(92,158,180); }
div.DivClassName
{
background-color: #5C9EB4;
}
.BgClassName
{
background-color: #5C9EB4;
}
</style>
border-color css
<style>
span { border-color: #5C9EB4; }
span { border-color: rgb(92,158,180); }
td.TdClassName
{
border-color: #5C9EB4;
}
.TagClassName
{
border-color: #5C9EB4;
}
</style>