Shades of Chetwode Blue #5F65B9
Tints of Chetwode Blue #5F65B9
RGB
CMYK
RGB Variations
Color information
#5F65B9 (or 0x5F65B9) is known color: Chetwode Blue. HEX triplet: 5F, 65 and B9. RGB value is (95,101,185). Sum of RGB (Red+Green+Blue) = 95+101+185=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F65B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F65B9 is #A09A46. Grayscale: #6C6C6C. Windows color (decimal): -10525255 or 12150111. OLE color: 12150111.
HSL color Cylindrical-coordinate representation of color #5F65B9: hue angle of 236º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F65B9 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 101 | 185 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.27 |
| HSL | 236º | 0.39% | 0.55% | - |
| HSV(B) | 236º | 0.49% | 0.73% | - |
| XYZ | 18.13 | 15.24 | 47.89 | - |
| YUV | 108.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 185 | 0.49 | 0.45 | 0 | 0.27 | 236 | 0.39 | 0.55 |
| Hex | 5F | 65 | B9 | 31 | 2D | 0 | 1B | EC | 27 | 37 |
| Octal | 137 | 145 | 271 | 61 | 55 | 0 | 33 | 354 | 47 | 67 |
| Binary | 1011111 | 1100101 | 10111001 | 110001 | 101101 | 0 | 11011 | 11101100 | 100111 | 110111 |
Color Harmonies of #5F65B9
Complementary color
Monochromatic Colors of #5F65B9
Black with #5F65B9
Text Example
Text Example
White with #5F65B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F65B9; }
p { color: rgb(95,101,185); }
H1.HeaderClassName
{
color: #5F65B9;
}
.AnyTagClassName
{
color: #5F65B9;
}
</style>
background-color css
<style>
a { background-color: #5F65B9; }
a { background-color: rgb(95,101,185); }
div.DivClassName
{
background-color: #5F65B9;
}
.BgClassName
{
background-color: #5F65B9;
}
</style>
border-color css
<style>
span { border-color: #5F65B9; }
span { border-color: rgb(95,101,185); }
td.TdClassName
{
border-color: #5F65B9;
}
.TagClassName
{
border-color: #5F65B9;
}
</style>