Shades of Chambray #58627C
Tints of Chambray #58627C
RGB
CMYK
RGB Variations
Color information
#58627C (or 0x58627C) is known color: Chambray. HEX triplet: 58, 62 and 7C. RGB value is (88,98,124). Sum of RGB (Red+Green+Blue) = 88+98+124=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #58627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58627C is #A79D83. Grayscale: #616161. Windows color (decimal): -10984836 or 8151640. OLE color: 8151640.
HSL color Cylindrical-coordinate representation of color #58627C: hue angle of 223.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58627C is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 98 | 124 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.51 |
| HSL | 223.33º | 0.17% | 0.42% | - |
| HSV(B) | 223.33º | 0.29% | 0.49% | - |
| XYZ | 12.03 | 12.27 | 20.8 | - |
| YUV | 97.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 124 | 0.29 | 0.21 | 0 | 0.51 | 223.33 | 0.17 | 0.42 |
| Hex | 58 | 62 | 7C | 1D | 15 | 0 | 33 | DF | 11 | 2A |
| Octal | 130 | 142 | 174 | 35 | 25 | 0 | 63 | 337 | 21 | 52 |
| Binary | 1011000 | 1100010 | 1111100 | 11101 | 10101 | 0 | 110011 | 11011111 | 10001 | 101010 |
Color Harmonies of #58627C
Complementary color
Monochromatic Colors of #58627C
Black with #58627C
Text Example
Text Example
White with #58627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58627C; }
p { color: rgb(88,98,124); }
H1.HeaderClassName
{
color: #58627C;
}
.AnyTagClassName
{
color: #58627C;
}
</style>
background-color css
<style>
a { background-color: #58627C; }
a { background-color: rgb(88,98,124); }
div.DivClassName
{
background-color: #58627C;
}
.BgClassName
{
background-color: #58627C;
}
</style>
border-color css
<style>
span { border-color: #58627C; }
span { border-color: rgb(88,98,124); }
td.TdClassName
{
border-color: #58627C;
}
.TagClassName
{
border-color: #58627C;
}
</style>