Shades of Blue Bayoux #587383
Tints of Blue Bayoux #587383
RGB
CMYK
RGB Variations
Color information
#587383 (or 0x587383) is known color: Blue Bayoux. HEX triplet: 58, 73 and 83. RGB value is (88,115,131). Sum of RGB (Red+Green+Blue) = 88+115+131=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #587383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587383 is #A78C7C. Grayscale: #6C6C6C. Windows color (decimal): -10980477 or 8614744. OLE color: 8614744.
HSL color Cylindrical-coordinate representation of color #587383: hue angle of 202.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587383 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 115 | 131 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.49 |
| HSL | 202.33º | 0.2% | 0.43% | - |
| HSV(B) | 202.33º | 0.33% | 0.51% | - |
| XYZ | 14.25 | 15.97 | 23.81 | - |
| YUV | 108.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 131 | 0.33 | 0.12 | 0 | 0.49 | 202.33 | 0.2 | 0.43 |
| Hex | 58 | 73 | 83 | 21 | C | 0 | 31 | CA | 14 | 2B |
| Octal | 130 | 163 | 203 | 41 | 14 | 0 | 61 | 312 | 24 | 53 |
| Binary | 1011000 | 1110011 | 10000011 | 100001 | 1100 | 0 | 110001 | 11001010 | 10100 | 101011 |
Color Harmonies of #587383
Complementary color
Monochromatic Colors of #587383
Black with #587383
Text Example
Text Example
White with #587383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587383; }
p { color: rgb(88,115,131); }
H1.HeaderClassName
{
color: #587383;
}
.AnyTagClassName
{
color: #587383;
}
</style>
background-color css
<style>
a { background-color: #587383; }
a { background-color: rgb(88,115,131); }
div.DivClassName
{
background-color: #587383;
}
.BgClassName
{
background-color: #587383;
}
</style>
border-color css
<style>
span { border-color: #587383; }
span { border-color: rgb(88,115,131); }
td.TdClassName
{
border-color: #587383;
}
.TagClassName
{
border-color: #587383;
}
</style>