Shades of Chetwode Blue #5F60BF
Tints of Chetwode Blue #5F60BF
RGB
CMYK
RGB Variations
Color information
#5F60BF (or 0x5F60BF) is known color: Chetwode Blue. HEX triplet: 5F, 60 and BF. RGB value is (95,96,191). Sum of RGB (Red+Green+Blue) = 95+96+191=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F60BF is #A09F40. Grayscale: #6A6A6A. Windows color (decimal): -10526529 or 12542047. OLE color: 12542047.
HSL color Cylindrical-coordinate representation of color #5F60BF: hue angle of 239.38º degrees, saturation: 0.43, 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 #5F60BF is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 96 | 191 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.25 |
| HSL | 239.38º | 0.43% | 0.56% | - |
| HSV(B) | 239.38º | 0.5% | 0.75% | - |
| XYZ | 18.31 | 14.56 | 51.14 | - |
| YUV | 106.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 191 | 0.50 | 0.50 | 0 | 0.25 | 239.38 | 0.43 | 0.56 |
| Hex | 5F | 60 | BF | 32 | 32 | 0 | 19 | EF | 2B | 38 |
| Octal | 137 | 140 | 277 | 62 | 62 | 0 | 31 | 357 | 53 | 70 |
| Binary | 1011111 | 1100000 | 10111111 | 110010 | 110010 | 0 | 11001 | 11101111 | 101011 | 111000 |
Color Harmonies of #5F60BF
Complementary color
Monochromatic Colors of #5F60BF
Black with #5F60BF
Text Example
Text Example
White with #5F60BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F60BF; }
p { color: rgb(95,96,191); }
H1.HeaderClassName
{
color: #5F60BF;
}
.AnyTagClassName
{
color: #5F60BF;
}
</style>
background-color css
<style>
a { background-color: #5F60BF; }
a { background-color: rgb(95,96,191); }
div.DivClassName
{
background-color: #5F60BF;
}
.BgClassName
{
background-color: #5F60BF;
}
</style>
border-color css
<style>
span { border-color: #5F60BF; }
span { border-color: rgb(95,96,191); }
td.TdClassName
{
border-color: #5F60BF;
}
.TagClassName
{
border-color: #5F60BF;
}
</style>