Shades of Chetwode Blue #5F64BE
Tints of Chetwode Blue #5F64BE
RGB
CMYK
RGB Variations
Color information
#5F64BE (or 0x5F64BE) is known color: Chetwode Blue. HEX triplet: 5F, 64 and BE. RGB value is (95,100,190). Sum of RGB (Red+Green+Blue) = 95+100+190=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F64BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F64BE is #A09B41. Grayscale: #6C6C6C. Windows color (decimal): -10525506 or 12477535. OLE color: 12477535.
HSL color Cylindrical-coordinate representation of color #5F64BE: hue angle of 236.84º 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 #5F64BE is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 100 | 190 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.25 |
| HSL | 236.84º | 0.42% | 0.56% | - |
| HSV(B) | 236.84º | 0.5% | 0.75% | - |
| XYZ | 18.57 | 15.26 | 50.68 | - |
| YUV | 108.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 190 | 0.5 | 0.47 | 0 | 0.25 | 236.84 | 0.42 | 0.56 |
| Hex | 5F | 64 | BE | 32 | 2F | 0 | 19 | ED | 2A | 38 |
| Octal | 137 | 144 | 276 | 62 | 57 | 0 | 31 | 355 | 52 | 70 |
| Binary | 1011111 | 1100100 | 10111110 | 110010 | 101111 | 0 | 11001 | 11101101 | 101010 | 111000 |
Color Harmonies of #5F64BE
Complementary color
Monochromatic Colors of #5F64BE
Black with #5F64BE
Text Example
Text Example
White with #5F64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F64BE; }
p { color: rgb(95,100,190); }
H1.HeaderClassName
{
color: #5F64BE;
}
.AnyTagClassName
{
color: #5F64BE;
}
</style>
background-color css
<style>
a { background-color: #5F64BE; }
a { background-color: rgb(95,100,190); }
div.DivClassName
{
background-color: #5F64BE;
}
.BgClassName
{
background-color: #5F64BE;
}
</style>
border-color css
<style>
span { border-color: #5F64BE; }
span { border-color: rgb(95,100,190); }
td.TdClassName
{
border-color: #5F64BE;
}
.TagClassName
{
border-color: #5F64BE;
}
</style>