Shades of Chetwode Blue #5F68AC
Tints of Chetwode Blue #5F68AC
RGB
CMYK
RGB Variations
Color information
#5F68AC (or 0x5F68AC) is known color: Chetwode Blue. HEX triplet: 5F, 68 and AC. RGB value is (95,104,172). Sum of RGB (Red+Green+Blue) = 95+104+172=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F68AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F68AC is #A09753. Grayscale: #6C6C6C. Windows color (decimal): -10524500 or 11298911. OLE color: 11298911.
HSL color Cylindrical-coordinate representation of color #5F68AC: hue angle of 232.99º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F68AC is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 104 | 172 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.33 |
| HSL | 232.99º | 0.32% | 0.52% | - |
| HSV(B) | 232.99º | 0.45% | 0.67% | - |
| XYZ | 17.12 | 15.31 | 41.08 | - |
| YUV | 109.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 172 | 0.45 | 0.40 | 0 | 0.33 | 232.99 | 0.32 | 0.52 |
| Hex | 5F | 68 | AC | 2D | 28 | 0 | 21 | E9 | 20 | 34 |
| Octal | 137 | 150 | 254 | 55 | 50 | 0 | 41 | 351 | 40 | 64 |
| Binary | 1011111 | 1101000 | 10101100 | 101101 | 101000 | 0 | 100001 | 11101001 | 100000 | 110100 |
Color Harmonies of #5F68AC
Complementary color
Monochromatic Colors of #5F68AC
Black with #5F68AC
Text Example
Text Example
White with #5F68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F68AC; }
p { color: rgb(95,104,172); }
H1.HeaderClassName
{
color: #5F68AC;
}
.AnyTagClassName
{
color: #5F68AC;
}
</style>
background-color css
<style>
a { background-color: #5F68AC; }
a { background-color: rgb(95,104,172); }
div.DivClassName
{
background-color: #5F68AC;
}
.BgClassName
{
background-color: #5F68AC;
}
</style>
border-color css
<style>
span { border-color: #5F68AC; }
span { border-color: rgb(95,104,172); }
td.TdClassName
{
border-color: #5F68AC;
}
.TagClassName
{
border-color: #5F68AC;
}
</style>