Shades of Chetwode Blue #5F6CAC
Tints of Chetwode Blue #5F6CAC
RGB
CMYK
RGB Variations
Color information
#5F6CAC (or 0x5F6CAC) is known color: Chetwode Blue. HEX triplet: 5F, 6C and AC. RGB value is (95,108,172). Sum of RGB (Red+Green+Blue) = 95+108+172=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6CAC is #A09353. Grayscale: #6F6F6F. Windows color (decimal): -10523476 or 11299935. OLE color: 11299935.
HSL color Cylindrical-coordinate representation of color #5F6CAC: hue angle of 229.87º 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 #5F6CAC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 108 | 172 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.33 |
| HSL | 229.87º | 0.32% | 0.52% | - |
| HSV(B) | 229.87º | 0.45% | 0.67% | - |
| XYZ | 17.53 | 16.14 | 41.22 | - |
| YUV | 111.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 108 | 172 | 0.45 | 0.37 | 0 | 0.33 | 229.87 | 0.32 | 0.52 |
| Hex | 5F | 6C | AC | 2D | 25 | 0 | 21 | E6 | 20 | 34 |
| Octal | 137 | 154 | 254 | 55 | 45 | 0 | 41 | 346 | 40 | 64 |
| Binary | 1011111 | 1101100 | 10101100 | 101101 | 100101 | 0 | 100001 | 11100110 | 100000 | 110100 |
Color Harmonies of #5F6CAC
Complementary color
Monochromatic Colors of #5F6CAC
Black with #5F6CAC
Text Example
Text Example
White with #5F6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6CAC; }
p { color: rgb(95,108,172); }
H1.HeaderClassName
{
color: #5F6CAC;
}
.AnyTagClassName
{
color: #5F6CAC;
}
</style>
background-color css
<style>
a { background-color: #5F6CAC; }
a { background-color: rgb(95,108,172); }
div.DivClassName
{
background-color: #5F6CAC;
}
.BgClassName
{
background-color: #5F6CAC;
}
</style>
border-color css
<style>
span { border-color: #5F6CAC; }
span { border-color: rgb(95,108,172); }
td.TdClassName
{
border-color: #5F6CAC;
}
.TagClassName
{
border-color: #5F6CAC;
}
</style>