Shades of Chetwode Blue #5B6CCC
Tints of Chetwode Blue #5B6CCC
RGB
CMYK
RGB Variations
Color information
#5B6CCC (or 0x5B6CCC) is known color: Chetwode Blue. HEX triplet: 5B, 6C and CC. RGB value is (91,108,204). Sum of RGB (Red+Green+Blue) = 91+108+204=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6CCC is #A49333. Grayscale: #717171. Windows color (decimal): -10785588 or 13397083. OLE color: 13397083.
HSL color Cylindrical-coordinate representation of color #5B6CCC: hue angle of 230.97º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B6CCC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 108 | 204 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.2 |
| HSL | 230.97º | 0.53% | 0.58% | - |
| HSV(B) | 230.97º | 0.55% | 0.8% | - |
| XYZ | 20.58 | 17.31 | 59.38 | - |
| YUV | 113.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 204 | 0.55 | 0.47 | 0 | 0.2 | 230.97 | 0.53 | 0.58 |
| Hex | 5B | 6C | CC | 37 | 2F | 0 | 14 | E7 | 35 | 3A |
| Octal | 133 | 154 | 314 | 67 | 57 | 0 | 24 | 347 | 65 | 72 |
| Binary | 1011011 | 1101100 | 11001100 | 110111 | 101111 | 0 | 10100 | 11100111 | 110101 | 111010 |
Color Harmonies of #5B6CCC
Complementary color
Monochromatic Colors of #5B6CCC
Black with #5B6CCC
Text Example
Text Example
White with #5B6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6CCC; }
p { color: rgb(91,108,204); }
H1.HeaderClassName
{
color: #5B6CCC;
}
.AnyTagClassName
{
color: #5B6CCC;
}
</style>
background-color css
<style>
a { background-color: #5B6CCC; }
a { background-color: rgb(91,108,204); }
div.DivClassName
{
background-color: #5B6CCC;
}
.BgClassName
{
background-color: #5B6CCC;
}
</style>
border-color css
<style>
span { border-color: #5B6CCC; }
span { border-color: rgb(91,108,204); }
td.TdClassName
{
border-color: #5B6CCC;
}
.TagClassName
{
border-color: #5B6CCC;
}
</style>