Shades of Chetwode Blue #5769C1
Tints of Chetwode Blue #5769C1
RGB
CMYK
RGB Variations
Color information
#5769C1 (or 0x5769C1) is known color: Chetwode Blue. HEX triplet: 57, 69 and C1. RGB value is (87,105,193). Sum of RGB (Red+Green+Blue) = 87+105+193=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #5769C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769C1 is #A8963E. Grayscale: #6D6D6D. Windows color (decimal): -11048511 or 12675415. OLE color: 12675415.
HSL color Cylindrical-coordinate representation of color #5769C1: hue angle of 229.81º 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 #5769C1 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 105 | 193 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.24 |
| HSL | 229.81º | 0.46% | 0.55% | - |
| HSV(B) | 229.81º | 0.55% | 0.76% | - |
| XYZ | 18.61 | 15.98 | 52.56 | - |
| YUV | 109.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 193 | 0.55 | 0.46 | 0 | 0.24 | 229.81 | 0.46 | 0.55 |
| Hex | 57 | 69 | C1 | 37 | 2E | 0 | 18 | E6 | 2E | 37 |
| Octal | 127 | 151 | 301 | 67 | 56 | 0 | 30 | 346 | 56 | 67 |
| Binary | 1010111 | 1101001 | 11000001 | 110111 | 101110 | 0 | 11000 | 11100110 | 101110 | 110111 |
Color Harmonies of #5769C1
Complementary color
Monochromatic Colors of #5769C1
Black with #5769C1
Text Example
Text Example
White with #5769C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5769C1; }
p { color: rgb(87,105,193); }
H1.HeaderClassName
{
color: #5769C1;
}
.AnyTagClassName
{
color: #5769C1;
}
</style>
background-color css
<style>
a { background-color: #5769C1; }
a { background-color: rgb(87,105,193); }
div.DivClassName
{
background-color: #5769C1;
}
.BgClassName
{
background-color: #5769C1;
}
</style>
border-color css
<style>
span { border-color: #5769C1; }
span { border-color: rgb(87,105,193); }
td.TdClassName
{
border-color: #5769C1;
}
.TagClassName
{
border-color: #5769C1;
}
</style>