Shades of Chetwode Blue #5D77BA
Tints of Chetwode Blue #5D77BA
RGB
CMYK
RGB Variations
Color information
#5D77BA (or 0x5D77BA) is known color: Chetwode Blue. HEX triplet: 5D, 77 and BA. RGB value is (93,119,186). Sum of RGB (Red+Green+Blue) = 93+119+186=398 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.37% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D77BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D77BA is #A28845. Grayscale: #767676. Windows color (decimal): -10651718 or 12220253. OLE color: 12220253.
HSL color Cylindrical-coordinate representation of color #5D77BA: hue angle of 223.23º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D77BA is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 119 | 186 | - |
| CMYK | 0.5 | 0.36 | 0 | 0.27 |
| HSL | 223.23º | 0.4% | 0.55% | - |
| HSV(B) | 223.23º | 0.5% | 0.73% | - |
| XYZ | 19.97 | 19.07 | 49.08 | - |
| YUV | 118.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 186 | 0.5 | 0.36 | 0 | 0.27 | 223.23 | 0.4 | 0.55 |
| Hex | 5D | 77 | BA | 32 | 24 | 0 | 1B | DF | 28 | 37 |
| Octal | 135 | 167 | 272 | 62 | 44 | 0 | 33 | 337 | 50 | 67 |
| Binary | 1011101 | 1110111 | 10111010 | 110010 | 100100 | 0 | 11011 | 11011111 | 101000 | 110111 |
Color Harmonies of #5D77BA
Complementary color
Monochromatic Colors of #5D77BA
Black with #5D77BA
Text Example
Text Example
White with #5D77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D77BA; }
p { color: rgb(93,119,186); }
H1.HeaderClassName
{
color: #5D77BA;
}
.AnyTagClassName
{
color: #5D77BA;
}
</style>
background-color css
<style>
a { background-color: #5D77BA; }
a { background-color: rgb(93,119,186); }
div.DivClassName
{
background-color: #5D77BA;
}
.BgClassName
{
background-color: #5D77BA;
}
</style>
border-color css
<style>
span { border-color: #5D77BA; }
span { border-color: rgb(93,119,186); }
td.TdClassName
{
border-color: #5D77BA;
}
.TagClassName
{
border-color: #5D77BA;
}
</style>