Shades of Chetwode Blue #5B76B4
Tints of Chetwode Blue #5B76B4
RGB
CMYK
RGB Variations
Color information
#5B76B4 (or 0x5B76B4) is known color: Chetwode Blue. HEX triplet: 5B, 76 and B4. RGB value is (91,118,180). Sum of RGB (Red+Green+Blue) = 91+118+180=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #5B76B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B76B4 is #A4894B. Grayscale: #747474. Windows color (decimal): -10783052 or 11826779. OLE color: 11826779.
HSL color Cylindrical-coordinate representation of color #5B76B4: hue angle of 221.8º 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 #5B76B4 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 118 | 180 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.29 |
| HSL | 221.8º | 0.37% | 0.53% | - |
| HSV(B) | 221.8º | 0.49% | 0.71% | - |
| XYZ | 19.03 | 18.48 | 45.74 | - |
| YUV | 117 | 163.55 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 180 | 0.49 | 0.34 | 0 | 0.29 | 221.8 | 0.37 | 0.53 |
| Hex | 5B | 76 | B4 | 31 | 22 | 0 | 1D | DE | 25 | 35 |
| Octal | 133 | 166 | 264 | 61 | 42 | 0 | 35 | 336 | 45 | 65 |
| Binary | 1011011 | 1110110 | 10110100 | 110001 | 100010 | 0 | 11101 | 11011110 | 100101 | 110101 |
Color Harmonies of #5B76B4
Complementary color
Monochromatic Colors of #5B76B4
Black with #5B76B4
Text Example
Text Example
White with #5B76B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B76B4; }
p { color: rgb(91,118,180); }
H1.HeaderClassName
{
color: #5B76B4;
}
.AnyTagClassName
{
color: #5B76B4;
}
</style>
background-color css
<style>
a { background-color: #5B76B4; }
a { background-color: rgb(91,118,180); }
div.DivClassName
{
background-color: #5B76B4;
}
.BgClassName
{
background-color: #5B76B4;
}
</style>
border-color css
<style>
span { border-color: #5B76B4; }
span { border-color: rgb(91,118,180); }
td.TdClassName
{
border-color: #5B76B4;
}
.TagClassName
{
border-color: #5B76B4;
}
</style>