Shades of Chetwode Blue #5F77B2
Tints of Chetwode Blue #5F77B2
RGB
CMYK
RGB Variations
Color information
#5F77B2 (or 0x5F77B2) is known color: Chetwode Blue. HEX triplet: 5F, 77 and B2. RGB value is (95,119,178). Sum of RGB (Red+Green+Blue) = 95+119+178=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #5F77B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F77B2 is #A0884D. Grayscale: #767676. Windows color (decimal): -10520654 or 11695967. OLE color: 11695967.
HSL color Cylindrical-coordinate representation of color #5F77B2: hue angle of 222.65º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F77B2 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 119 | 178 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.30 |
| HSL | 222.65º | 0.35% | 0.54% | - |
| HSV(B) | 222.65º | 0.47% | 0.7% | - |
| XYZ | 19.35 | 18.84 | 44.74 | - |
| YUV | 118.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 178 | 0.47 | 0.33 | 0 | 0.30 | 222.65 | 0.35 | 0.54 |
| Hex | 5F | 77 | B2 | 2F | 21 | 0 | 1E | DF | 23 | 36 |
| Octal | 137 | 167 | 262 | 57 | 41 | 0 | 36 | 337 | 43 | 66 |
| Binary | 1011111 | 1110111 | 10110010 | 101111 | 100001 | 0 | 11110 | 11011111 | 100011 | 110110 |
Color Harmonies of #5F77B2
Complementary color
Monochromatic Colors of #5F77B2
Black with #5F77B2
Text Example
Text Example
White with #5F77B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F77B2; }
p { color: rgb(95,119,178); }
H1.HeaderClassName
{
color: #5F77B2;
}
.AnyTagClassName
{
color: #5F77B2;
}
</style>
background-color css
<style>
a { background-color: #5F77B2; }
a { background-color: rgb(95,119,178); }
div.DivClassName
{
background-color: #5F77B2;
}
.BgClassName
{
background-color: #5F77B2;
}
</style>
border-color css
<style>
span { border-color: #5F77B2; }
span { border-color: rgb(95,119,178); }
td.TdClassName
{
border-color: #5F77B2;
}
.TagClassName
{
border-color: #5F77B2;
}
</style>