Shades of Blue Bayoux #5F7683
Tints of Blue Bayoux #5F7683
RGB
CMYK
RGB Variations
Color information
#5F7683 (or 0x5F7683) is known color: Blue Bayoux. HEX triplet: 5F, 76 and 83. RGB value is (95,118,131). Sum of RGB (Red+Green+Blue) = 95+118+131=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F7683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7683 is #A0897C. Grayscale: #707070. Windows color (decimal): -10520957 or 8615519. OLE color: 8615519.
HSL color Cylindrical-coordinate representation of color #5F7683: hue angle of 201.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F7683 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 118 | 131 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.49 |
| HSL | 201.67º | 0.16% | 0.44% | - |
| HSV(B) | 201.67º | 0.27% | 0.51% | - |
| XYZ | 15.29 | 17.03 | 23.95 | - |
| YUV | 112.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 131 | 0.27 | 0.10 | 0 | 0.49 | 201.67 | 0.16 | 0.44 |
| Hex | 5F | 76 | 83 | 1B | A | 0 | 31 | CA | 10 | 2C |
| Octal | 137 | 166 | 203 | 33 | 12 | 0 | 61 | 312 | 20 | 54 |
| Binary | 1011111 | 1110110 | 10000011 | 11011 | 1010 | 0 | 110001 | 11001010 | 10000 | 101100 |
Color Harmonies of #5F7683
Complementary color
Monochromatic Colors of #5F7683
Black with #5F7683
Text Example
Text Example
White with #5F7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7683; }
p { color: rgb(95,118,131); }
H1.HeaderClassName
{
color: #5F7683;
}
.AnyTagClassName
{
color: #5F7683;
}
</style>
background-color css
<style>
a { background-color: #5F7683; }
a { background-color: rgb(95,118,131); }
div.DivClassName
{
background-color: #5F7683;
}
.BgClassName
{
background-color: #5F7683;
}
</style>
border-color css
<style>
span { border-color: #5F7683; }
span { border-color: rgb(95,118,131); }
td.TdClassName
{
border-color: #5F7683;
}
.TagClassName
{
border-color: #5F7683;
}
</style>