Shades of Chambray #58627E
Tints of Chambray #58627E
RGB
CMYK
RGB Variations
Color information
#58627E (or 0x58627E) is known color: Chambray. HEX triplet: 58, 62 and 7E. RGB value is (88,98,126). Sum of RGB (Red+Green+Blue) = 88+98+126=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #58627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58627E is #A79D81. Grayscale: #626262. Windows color (decimal): -10984834 or 8282712. OLE color: 8282712.
HSL color Cylindrical-coordinate representation of color #58627E: hue angle of 224.21º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58627E is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 98 | 126 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.51 |
| HSL | 224.21º | 0.18% | 0.42% | - |
| HSV(B) | 224.21º | 0.3% | 0.49% | - |
| XYZ | 12.16 | 12.32 | 21.48 | - |
| YUV | 98.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 126 | 0.30 | 0.22 | 0 | 0.51 | 224.21 | 0.18 | 0.42 |
| Hex | 58 | 62 | 7E | 1E | 16 | 0 | 33 | E0 | 12 | 2A |
| Octal | 130 | 142 | 176 | 36 | 26 | 0 | 63 | 340 | 22 | 52 |
| Binary | 1011000 | 1100010 | 1111110 | 11110 | 10110 | 0 | 110011 | 11100000 | 10010 | 101010 |
Color Harmonies of #58627E
Complementary color
Monochromatic Colors of #58627E
Black with #58627E
Text Example
Text Example
White with #58627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58627E; }
p { color: rgb(88,98,126); }
H1.HeaderClassName
{
color: #58627E;
}
.AnyTagClassName
{
color: #58627E;
}
</style>
background-color css
<style>
a { background-color: #58627E; }
a { background-color: rgb(88,98,126); }
div.DivClassName
{
background-color: #58627E;
}
.BgClassName
{
background-color: #58627E;
}
</style>
border-color css
<style>
span { border-color: #58627E; }
span { border-color: rgb(88,98,126); }
td.TdClassName
{
border-color: #58627E;
}
.TagClassName
{
border-color: #58627E;
}
</style>