Shades of Chetwode Blue #5F65C6
Tints of Chetwode Blue #5F65C6
RGB
CMYK
RGB Variations
Color information
#5F65C6 (or 0x5F65C6) is known color: Chetwode Blue. HEX triplet: 5F, 65 and C6. RGB value is (95,101,198). Sum of RGB (Red+Green+Blue) = 95+101+198=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #5F65C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F65C6 is #A09A39. Grayscale: #6D6D6D. Windows color (decimal): -10525242 or 13002079. OLE color: 13002079.
HSL color Cylindrical-coordinate representation of color #5F65C6: hue angle of 236.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F65C6 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 101 | 198 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.22 |
| HSL | 236.5º | 0.47% | 0.57% | - |
| HSV(B) | 236.5º | 0.52% | 0.78% | - |
| XYZ | 19.57 | 15.82 | 55.45 | - |
| YUV | 110.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 198 | 0.52 | 0.49 | 0 | 0.22 | 236.5 | 0.47 | 0.57 |
| Hex | 5F | 65 | C6 | 34 | 31 | 0 | 16 | ED | 2F | 39 |
| Octal | 137 | 145 | 306 | 64 | 61 | 0 | 26 | 355 | 57 | 71 |
| Binary | 1011111 | 1100101 | 11000110 | 110100 | 110001 | 0 | 10110 | 11101101 | 101111 | 111001 |
Color Harmonies of #5F65C6
Complementary color
Monochromatic Colors of #5F65C6
Black with #5F65C6
Text Example
Text Example
White with #5F65C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F65C6; }
p { color: rgb(95,101,198); }
H1.HeaderClassName
{
color: #5F65C6;
}
.AnyTagClassName
{
color: #5F65C6;
}
</style>
background-color css
<style>
a { background-color: #5F65C6; }
a { background-color: rgb(95,101,198); }
div.DivClassName
{
background-color: #5F65C6;
}
.BgClassName
{
background-color: #5F65C6;
}
</style>
border-color css
<style>
span { border-color: #5F65C6; }
span { border-color: rgb(95,101,198); }
td.TdClassName
{
border-color: #5F65C6;
}
.TagClassName
{
border-color: #5F65C6;
}
</style>