Shades of Chambray #58637B
Tints of Chambray #58637B
RGB
CMYK
RGB Variations
Color information
#58637B (or 0x58637B) is known color: Chambray. HEX triplet: 58, 63 and 7B. RGB value is (88,99,123). Sum of RGB (Red+Green+Blue) = 88+99+123=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #58637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58637B is #A79C84. Grayscale: #626262. Windows color (decimal): -10984581 or 8086360. OLE color: 8086360.
HSL color Cylindrical-coordinate representation of color #58637B: hue angle of 221.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58637B is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 99 | 123 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.52 |
| HSL | 221.14º | 0.17% | 0.41% | - |
| HSV(B) | 221.14º | 0.28% | 0.48% | - |
| XYZ | 12.06 | 12.43 | 20.5 | - |
| YUV | 98.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 123 | 0.28 | 0.20 | 0 | 0.52 | 221.14 | 0.17 | 0.41 |
| Hex | 58 | 63 | 7B | 1C | 14 | 0 | 34 | DD | 11 | 29 |
| Octal | 130 | 143 | 173 | 34 | 24 | 0 | 64 | 335 | 21 | 51 |
| Binary | 1011000 | 1100011 | 1111011 | 11100 | 10100 | 0 | 110100 | 11011101 | 10001 | 101001 |
Color Harmonies of #58637B
Complementary color
Monochromatic Colors of #58637B
Black with #58637B
Text Example
Text Example
White with #58637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58637B; }
p { color: rgb(88,99,123); }
H1.HeaderClassName
{
color: #58637B;
}
.AnyTagClassName
{
color: #58637B;
}
</style>
background-color css
<style>
a { background-color: #58637B; }
a { background-color: rgb(88,99,123); }
div.DivClassName
{
background-color: #58637B;
}
.BgClassName
{
background-color: #58637B;
}
</style>
border-color css
<style>
span { border-color: #58637B; }
span { border-color: rgb(88,99,123); }
td.TdClassName
{
border-color: #58637B;
}
.TagClassName
{
border-color: #58637B;
}
</style>