Shades of Chetwode Blue #5F63C1
Tints of Chetwode Blue #5F63C1
RGB
CMYK
RGB Variations
Color information
#5F63C1 (or 0x5F63C1) is known color: Chetwode Blue. HEX triplet: 5F, 63 and C1. RGB value is (95,99,193). Sum of RGB (Red+Green+Blue) = 95+99+193=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F63C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63C1 is #A09C3E. Grayscale: #6C6C6C. Windows color (decimal): -10525759 or 12673887. OLE color: 12673887.
HSL color Cylindrical-coordinate representation of color #5F63C1: hue angle of 237.55º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F63C1 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 99 | 193 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.24 |
| HSL | 237.55º | 0.44% | 0.56% | - |
| HSV(B) | 237.55º | 0.51% | 0.76% | - |
| XYZ | 18.81 | 15.21 | 52.4 | - |
| YUV | 108.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 193 | 0.51 | 0.49 | 0 | 0.24 | 237.55 | 0.44 | 0.56 |
| Hex | 5F | 63 | C1 | 33 | 31 | 0 | 18 | EE | 2C | 38 |
| Octal | 137 | 143 | 301 | 63 | 61 | 0 | 30 | 356 | 54 | 70 |
| Binary | 1011111 | 1100011 | 11000001 | 110011 | 110001 | 0 | 11000 | 11101110 | 101100 | 111000 |
Color Harmonies of #5F63C1
Complementary color
Monochromatic Colors of #5F63C1
Black with #5F63C1
Text Example
Text Example
White with #5F63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F63C1; }
p { color: rgb(95,99,193); }
H1.HeaderClassName
{
color: #5F63C1;
}
.AnyTagClassName
{
color: #5F63C1;
}
</style>
background-color css
<style>
a { background-color: #5F63C1; }
a { background-color: rgb(95,99,193); }
div.DivClassName
{
background-color: #5F63C1;
}
.BgClassName
{
background-color: #5F63C1;
}
</style>
border-color css
<style>
span { border-color: #5F63C1; }
span { border-color: rgb(95,99,193); }
td.TdClassName
{
border-color: #5F63C1;
}
.TagClassName
{
border-color: #5F63C1;
}
</style>