Shades of Chetwode Blue #5F63BF
Tints of Chetwode Blue #5F63BF
RGB
CMYK
RGB Variations
Color information
#5F63BF (or 0x5F63BF) is known color: Chetwode Blue. HEX triplet: 5F, 63 and BF. RGB value is (95,99,191). Sum of RGB (Red+Green+Blue) = 95+99+191=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F63BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63BF is #A09C40. Grayscale: #6B6B6B. Windows color (decimal): -10525761 or 12542815. OLE color: 12542815.
HSL color Cylindrical-coordinate representation of color #5F63BF: hue angle of 237.5º 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 #5F63BF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 99 | 191 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.25 |
| HSL | 237.5º | 0.43% | 0.56% | - |
| HSV(B) | 237.5º | 0.5% | 0.75% | - |
| XYZ | 18.59 | 15.12 | 51.23 | - |
| YUV | 108.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 191 | 0.50 | 0.48 | 0 | 0.25 | 237.5 | 0.43 | 0.56 |
| Hex | 5F | 63 | BF | 32 | 30 | 0 | 19 | EE | 2B | 38 |
| Octal | 137 | 143 | 277 | 62 | 60 | 0 | 31 | 356 | 53 | 70 |
| Binary | 1011111 | 1100011 | 10111111 | 110010 | 110000 | 0 | 11001 | 11101110 | 101011 | 111000 |
Color Harmonies of #5F63BF
Complementary color
Monochromatic Colors of #5F63BF
Black with #5F63BF
Text Example
Text Example
White with #5F63BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F63BF; }
p { color: rgb(95,99,191); }
H1.HeaderClassName
{
color: #5F63BF;
}
.AnyTagClassName
{
color: #5F63BF;
}
</style>
background-color css
<style>
a { background-color: #5F63BF; }
a { background-color: rgb(95,99,191); }
div.DivClassName
{
background-color: #5F63BF;
}
.BgClassName
{
background-color: #5F63BF;
}
</style>
border-color css
<style>
span { border-color: #5F63BF; }
span { border-color: rgb(95,99,191); }
td.TdClassName
{
border-color: #5F63BF;
}
.TagClassName
{
border-color: #5F63BF;
}
</style>