Shades of Chambray #58607B
Tints of Chambray #58607B
RGB
CMYK
RGB Variations
Color information
#58607B (or 0x58607B) is known color: Chambray. HEX triplet: 58, 60 and 7B. RGB value is (88,96,123). Sum of RGB (Red+Green+Blue) = 88+96+123=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #58607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58607B is #A79F84. Grayscale: #606060. Windows color (decimal): -10985349 or 8085592. OLE color: 8085592.
HSL color Cylindrical-coordinate representation of color #58607B: hue angle of 226.29º 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 #58607B is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 96 | 123 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.52 |
| HSL | 226.29º | 0.17% | 0.41% | - |
| HSV(B) | 226.29º | 0.28% | 0.48% | - |
| XYZ | 11.78 | 11.87 | 20.41 | - |
| YUV | 96.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 123 | 0.28 | 0.22 | 0 | 0.52 | 226.29 | 0.17 | 0.41 |
| Hex | 58 | 60 | 7B | 1C | 16 | 0 | 34 | E2 | 11 | 29 |
| Octal | 130 | 140 | 173 | 34 | 26 | 0 | 64 | 342 | 21 | 51 |
| Binary | 1011000 | 1100000 | 1111011 | 11100 | 10110 | 0 | 110100 | 11100010 | 10001 | 101001 |
Color Harmonies of #58607B
Complementary color
Monochromatic Colors of #58607B
Black with #58607B
Text Example
Text Example
White with #58607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58607B; }
p { color: rgb(88,96,123); }
H1.HeaderClassName
{
color: #58607B;
}
.AnyTagClassName
{
color: #58607B;
}
</style>
background-color css
<style>
a { background-color: #58607B; }
a { background-color: rgb(88,96,123); }
div.DivClassName
{
background-color: #58607B;
}
.BgClassName
{
background-color: #58607B;
}
</style>
border-color css
<style>
span { border-color: #58607B; }
span { border-color: rgb(88,96,123); }
td.TdClassName
{
border-color: #58607B;
}
.TagClassName
{
border-color: #58607B;
}
</style>