Shades of Chetwode Blue #5762C1
Tints of Chetwode Blue #5762C1
RGB
CMYK
RGB Variations
Color information
#5762C1 (or 0x5762C1) is known color: Chetwode Blue. HEX triplet: 57, 62 and C1. RGB value is (87,98,193). Sum of RGB (Red+Green+Blue) = 87+98+193=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #5762C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5762C1 is #A89D3E. Grayscale: #696969. Windows color (decimal): -11050303 or 12673623. OLE color: 12673623.
HSL color Cylindrical-coordinate representation of color #5762C1: hue angle of 233.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5762C1 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 98 | 193 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.24 |
| HSL | 233.77º | 0.46% | 0.55% | - |
| HSV(B) | 233.77º | 0.55% | 0.76% | - |
| XYZ | 17.92 | 14.61 | 52.33 | - |
| YUV | 105.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 193 | 0.55 | 0.49 | 0 | 0.24 | 233.77 | 0.46 | 0.55 |
| Hex | 57 | 62 | C1 | 37 | 31 | 0 | 18 | EA | 2E | 37 |
| Octal | 127 | 142 | 301 | 67 | 61 | 0 | 30 | 352 | 56 | 67 |
| Binary | 1010111 | 1100010 | 11000001 | 110111 | 110001 | 0 | 11000 | 11101010 | 101110 | 110111 |
Color Harmonies of #5762C1
Complementary color
Monochromatic Colors of #5762C1
Black with #5762C1
Text Example
Text Example
White with #5762C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5762C1; }
p { color: rgb(87,98,193); }
H1.HeaderClassName
{
color: #5762C1;
}
.AnyTagClassName
{
color: #5762C1;
}
</style>
background-color css
<style>
a { background-color: #5762C1; }
a { background-color: rgb(87,98,193); }
div.DivClassName
{
background-color: #5762C1;
}
.BgClassName
{
background-color: #5762C1;
}
</style>
border-color css
<style>
span { border-color: #5762C1; }
span { border-color: rgb(87,98,193); }
td.TdClassName
{
border-color: #5762C1;
}
.TagClassName
{
border-color: #5762C1;
}
</style>