Shades of Blue Bayoux #5D777C
Tints of Blue Bayoux #5D777C
RGB
CMYK
RGB Variations
Color information
#5D777C (or 0x5D777C) is known color: Blue Bayoux. HEX triplet: 5D, 77 and 7C. RGB value is (93,119,124). Sum of RGB (Red+Green+Blue) = 93+119+124=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D777C is #A28883. Grayscale: #6F6F6F. Windows color (decimal): -10651780 or 8157021. OLE color: 8157021.
HSL color Cylindrical-coordinate representation of color #5D777C: hue angle of 189.68º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D777C is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 119 | 124 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.51 |
| HSL | 189.68º | 0.14% | 0.43% | - |
| HSV(B) | 189.68º | 0.25% | 0.49% | - |
| XYZ | 14.75 | 16.98 | 21.57 | - |
| YUV | 111.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 124 | 0.25 | 0.04 | 0 | 0.51 | 189.68 | 0.14 | 0.43 |
| Hex | 5D | 77 | 7C | 19 | 4 | 0 | 33 | BE | E | 2B |
| Octal | 135 | 167 | 174 | 31 | 4 | 0 | 63 | 276 | 16 | 53 |
| Binary | 1011101 | 1110111 | 1111100 | 11001 | 100 | 0 | 110011 | 10111110 | 1110 | 101011 |
Color Harmonies of #5D777C
Complementary color
Monochromatic Colors of #5D777C
Black with #5D777C
Text Example
Text Example
White with #5D777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D777C; }
p { color: rgb(93,119,124); }
H1.HeaderClassName
{
color: #5D777C;
}
.AnyTagClassName
{
color: #5D777C;
}
</style>
background-color css
<style>
a { background-color: #5D777C; }
a { background-color: rgb(93,119,124); }
div.DivClassName
{
background-color: #5D777C;
}
.BgClassName
{
background-color: #5D777C;
}
</style>
border-color css
<style>
span { border-color: #5D777C; }
span { border-color: rgb(93,119,124); }
td.TdClassName
{
border-color: #5D777C;
}
.TagClassName
{
border-color: #5D777C;
}
</style>