Shades of Chetwode Blue #5F6CBC
Tints of Chetwode Blue #5F6CBC
RGB
CMYK
RGB Variations
Color information
#5F6CBC (or 0x5F6CBC) is known color: Chetwode Blue. HEX triplet: 5F, 6C and BC. RGB value is (95,108,188). Sum of RGB (Red+Green+Blue) = 95+108+188=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6CBC is #A09343. Grayscale: #707070. Windows color (decimal): -10523460 or 12348511. OLE color: 12348511.
HSL color Cylindrical-coordinate representation of color #5F6CBC: hue angle of 231.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F6CBC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 108 | 188 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.26 |
| HSL | 231.61º | 0.41% | 0.55% | - |
| HSV(B) | 231.61º | 0.49% | 0.74% | - |
| XYZ | 19.16 | 16.79 | 49.81 | - |
| YUV | 113.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 108 | 188 | 0.49 | 0.43 | 0 | 0.26 | 231.61 | 0.41 | 0.55 |
| Hex | 5F | 6C | BC | 31 | 2B | 0 | 1A | E8 | 29 | 37 |
| Octal | 137 | 154 | 274 | 61 | 53 | 0 | 32 | 350 | 51 | 67 |
| Binary | 1011111 | 1101100 | 10111100 | 110001 | 101011 | 0 | 11010 | 11101000 | 101001 | 110111 |
Color Harmonies of #5F6CBC
Complementary color
Monochromatic Colors of #5F6CBC
Black with #5F6CBC
Text Example
Text Example
White with #5F6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6CBC; }
p { color: rgb(95,108,188); }
H1.HeaderClassName
{
color: #5F6CBC;
}
.AnyTagClassName
{
color: #5F6CBC;
}
</style>
background-color css
<style>
a { background-color: #5F6CBC; }
a { background-color: rgb(95,108,188); }
div.DivClassName
{
background-color: #5F6CBC;
}
.BgClassName
{
background-color: #5F6CBC;
}
</style>
border-color css
<style>
span { border-color: #5F6CBC; }
span { border-color: rgb(95,108,188); }
td.TdClassName
{
border-color: #5F6CBC;
}
.TagClassName
{
border-color: #5F6CBC;
}
</style>