Shades of Chetwode Blue #5F62C0
Tints of Chetwode Blue #5F62C0
RGB
CMYK
RGB Variations
Color information
#5F62C0 (or 0x5F62C0) is known color: Chetwode Blue. HEX triplet: 5F, 62 and C0. RGB value is (95,98,192). Sum of RGB (Red+Green+Blue) = 95+98+192=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F62C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F62C0 is #A09D3F. Grayscale: #6B6B6B. Windows color (decimal): -10526016 or 12608095. OLE color: 12608095.
HSL color Cylindrical-coordinate representation of color #5F62C0: hue angle of 238.14º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F62C0 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 98 | 192 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.25 |
| HSL | 238.14º | 0.43% | 0.56% | - |
| HSV(B) | 238.14º | 0.51% | 0.75% | - |
| XYZ | 18.6 | 14.97 | 51.78 | - |
| YUV | 107.82 | 175.51 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 192 | 0.51 | 0.49 | 0 | 0.25 | 238.14 | 0.43 | 0.56 |
| Hex | 5F | 62 | C0 | 33 | 31 | 0 | 19 | EE | 2B | 38 |
| Octal | 137 | 142 | 300 | 63 | 61 | 0 | 31 | 356 | 53 | 70 |
| Binary | 1011111 | 1100010 | 11000000 | 110011 | 110001 | 0 | 11001 | 11101110 | 101011 | 111000 |
Color Harmonies of #5F62C0
Complementary color
Monochromatic Colors of #5F62C0
Black with #5F62C0
Text Example
Text Example
White with #5F62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F62C0; }
p { color: rgb(95,98,192); }
H1.HeaderClassName
{
color: #5F62C0;
}
.AnyTagClassName
{
color: #5F62C0;
}
</style>
background-color css
<style>
a { background-color: #5F62C0; }
a { background-color: rgb(95,98,192); }
div.DivClassName
{
background-color: #5F62C0;
}
.BgClassName
{
background-color: #5F62C0;
}
</style>
border-color css
<style>
span { border-color: #5F62C0; }
span { border-color: rgb(95,98,192); }
td.TdClassName
{
border-color: #5F62C0;
}
.TagClassName
{
border-color: #5F62C0;
}
</style>