Shades of Chetwode Blue #5769B5
Tints of Chetwode Blue #5769B5
RGB
CMYK
RGB Variations
Color information
#5769B5 (or 0x5769B5) is known color: Chetwode Blue. HEX triplet: 57, 69 and B5. RGB value is (87,105,181). Sum of RGB (Red+Green+Blue) = 87+105+181=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #5769B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769B5 is #A8964A. Grayscale: #6B6B6B. Windows color (decimal): -11048523 or 11888983. OLE color: 11888983.
HSL color Cylindrical-coordinate representation of color #5769B5: hue angle of 228.51º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5769B5 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 105 | 181 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.29 |
| HSL | 228.51º | 0.39% | 0.53% | - |
| HSV(B) | 228.51º | 0.52% | 0.71% | - |
| XYZ | 17.32 | 15.47 | 45.79 | - |
| YUV | 108.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 181 | 0.52 | 0.42 | 0 | 0.29 | 228.51 | 0.39 | 0.53 |
| Hex | 57 | 69 | B5 | 34 | 2A | 0 | 1D | E5 | 27 | 35 |
| Octal | 127 | 151 | 265 | 64 | 52 | 0 | 35 | 345 | 47 | 65 |
| Binary | 1010111 | 1101001 | 10110101 | 110100 | 101010 | 0 | 11101 | 11100101 | 100111 | 110101 |
Color Harmonies of #5769B5
Complementary color
Monochromatic Colors of #5769B5
Black with #5769B5
Text Example
Text Example
White with #5769B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5769B5; }
p { color: rgb(87,105,181); }
H1.HeaderClassName
{
color: #5769B5;
}
.AnyTagClassName
{
color: #5769B5;
}
</style>
background-color css
<style>
a { background-color: #5769B5; }
a { background-color: rgb(87,105,181); }
div.DivClassName
{
background-color: #5769B5;
}
.BgClassName
{
background-color: #5769B5;
}
</style>
border-color css
<style>
span { border-color: #5769B5; }
span { border-color: rgb(87,105,181); }
td.TdClassName
{
border-color: #5769B5;
}
.TagClassName
{
border-color: #5769B5;
}
</style>