Shades of Chambray #585E74
Tints of Chambray #585E74
RGB
CMYK
RGB Variations
Color information
#585E74 (or 0x585E74) is known color: Chambray. HEX triplet: 58, 5E and 74. RGB value is (88,94,116). Sum of RGB (Red+Green+Blue) = 88+94+116=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #585E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E74 is #A7A18B. Grayscale: #5E5E5E. Windows color (decimal): -10985868 or 7626328. OLE color: 7626328.
HSL color Cylindrical-coordinate representation of color #585E74: hue angle of 227.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #585E74 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 94 | 116 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.55 |
| HSL | 227.14º | 0.14% | 0.4% | - |
| HSV(B) | 227.14º | 0.24% | 0.45% | - |
| XYZ | 11.18 | 11.34 | 18.12 | - |
| YUV | 94.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 116 | 0.24 | 0.19 | 0 | 0.55 | 227.14 | 0.14 | 0.4 |
| Hex | 58 | 5E | 74 | 18 | 13 | 0 | 37 | E3 | E | 28 |
| Octal | 130 | 136 | 164 | 30 | 23 | 0 | 67 | 343 | 16 | 50 |
| Binary | 1011000 | 1011110 | 1110100 | 11000 | 10011 | 0 | 110111 | 11100011 | 1110 | 101000 |
Color Harmonies of #585E74
Complementary color
Monochromatic Colors of #585E74
Black with #585E74
Text Example
Text Example
White with #585E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E74; }
p { color: rgb(88,94,116); }
H1.HeaderClassName
{
color: #585E74;
}
.AnyTagClassName
{
color: #585E74;
}
</style>
background-color css
<style>
a { background-color: #585E74; }
a { background-color: rgb(88,94,116); }
div.DivClassName
{
background-color: #585E74;
}
.BgClassName
{
background-color: #585E74;
}
</style>
border-color css
<style>
span { border-color: #585E74; }
span { border-color: rgb(88,94,116); }
td.TdClassName
{
border-color: #585E74;
}
.TagClassName
{
border-color: #585E74;
}
</style>