Shades of Chambray #54617F
Tints of Chambray #54617F
RGB
CMYK
RGB Variations
Color information
#54617F (or 0x54617F) is known color: Chambray. HEX triplet: 54, 61 and 7F. RGB value is (84,97,127). Sum of RGB (Red+Green+Blue) = 84+97+127=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #54617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54617F is #AB9E80. Grayscale: #606060. Windows color (decimal): -11247233 or 8347988. OLE color: 8347988.
HSL color Cylindrical-coordinate representation of color #54617F: hue angle of 221.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54617F is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 97 | 127 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.50 |
| HSL | 221.86º | 0.2% | 0.41% | - |
| HSV(B) | 221.86º | 0.34% | 0.5% | - |
| XYZ | 11.76 | 11.97 | 21.77 | - |
| YUV | 96.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 127 | 0.34 | 0.24 | 0 | 0.50 | 221.86 | 0.2 | 0.41 |
| Hex | 54 | 61 | 7F | 22 | 18 | 0 | 32 | DE | 14 | 29 |
| Octal | 124 | 141 | 177 | 42 | 30 | 0 | 62 | 336 | 24 | 51 |
| Binary | 1010100 | 1100001 | 1111111 | 100010 | 11000 | 0 | 110010 | 11011110 | 10100 | 101001 |
Color Harmonies of #54617F
Complementary color
Monochromatic Colors of #54617F
Black with #54617F
Text Example
Text Example
White with #54617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54617F; }
p { color: rgb(84,97,127); }
H1.HeaderClassName
{
color: #54617F;
}
.AnyTagClassName
{
color: #54617F;
}
</style>
background-color css
<style>
a { background-color: #54617F; }
a { background-color: rgb(84,97,127); }
div.DivClassName
{
background-color: #54617F;
}
.BgClassName
{
background-color: #54617F;
}
</style>
border-color css
<style>
span { border-color: #54617F; }
span { border-color: rgb(84,97,127); }
td.TdClassName
{
border-color: #54617F;
}
.TagClassName
{
border-color: #54617F;
}
</style>