Shades of Chetwode Blue #5767AC
Tints of Chetwode Blue #5767AC
RGB
CMYK
RGB Variations
Color information
#5767AC (or 0x5767AC) is known color: Chetwode Blue. HEX triplet: 57, 67 and AC. RGB value is (87,103,172). Sum of RGB (Red+Green+Blue) = 87+103+172=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #5767AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5767AC is #A89853. Grayscale: #696969. Windows color (decimal): -11049044 or 11298647. OLE color: 11298647.
HSL color Cylindrical-coordinate representation of color #5767AC: hue angle of 228.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5767AC is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 103 | 172 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.33 |
| HSL | 228.71º | 0.34% | 0.51% | - |
| HSV(B) | 228.71º | 0.49% | 0.67% | - |
| XYZ | 16.23 | 14.71 | 41.01 | - |
| YUV | 106.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 103 | 172 | 0.49 | 0.40 | 0 | 0.33 | 228.71 | 0.34 | 0.51 |
| Hex | 57 | 67 | AC | 31 | 28 | 0 | 21 | E5 | 22 | 33 |
| Octal | 127 | 147 | 254 | 61 | 50 | 0 | 41 | 345 | 42 | 63 |
| Binary | 1010111 | 1100111 | 10101100 | 110001 | 101000 | 0 | 100001 | 11100101 | 100010 | 110011 |
Color Harmonies of #5767AC
Complementary color
Monochromatic Colors of #5767AC
Black with #5767AC
Text Example
Text Example
White with #5767AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5767AC; }
p { color: rgb(87,103,172); }
H1.HeaderClassName
{
color: #5767AC;
}
.AnyTagClassName
{
color: #5767AC;
}
</style>
background-color css
<style>
a { background-color: #5767AC; }
a { background-color: rgb(87,103,172); }
div.DivClassName
{
background-color: #5767AC;
}
.BgClassName
{
background-color: #5767AC;
}
</style>
border-color css
<style>
span { border-color: #5767AC; }
span { border-color: rgb(87,103,172); }
td.TdClassName
{
border-color: #5767AC;
}
.TagClassName
{
border-color: #5767AC;
}
</style>