Shades of Chambray #555D82
Tints of Chambray #555D82
RGB
CMYK
RGB Variations
Color information
#555D82 (or 0x555D82) is known color: Chambray. HEX triplet: 55, 5D and 82. RGB value is (85,93,130). Sum of RGB (Red+Green+Blue) = 85+93+130=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #555D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D82 is #AAA27D. Grayscale: #5E5E5E. Windows color (decimal): -11182718 or 8543573. OLE color: 8543573.
HSL color Cylindrical-coordinate representation of color #555D82: hue angle of 229.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555D82 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 93 | 130 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.49 |
| HSL | 229.33º | 0.21% | 0.42% | - |
| HSV(B) | 229.33º | 0.35% | 0.51% | - |
| XYZ | 11.69 | 11.37 | 22.7 | - |
| YUV | 94.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 130 | 0.35 | 0.28 | 0 | 0.49 | 229.33 | 0.21 | 0.42 |
| Hex | 55 | 5D | 82 | 23 | 1C | 0 | 31 | E5 | 15 | 2A |
| Octal | 125 | 135 | 202 | 43 | 34 | 0 | 61 | 345 | 25 | 52 |
| Binary | 1010101 | 1011101 | 10000010 | 100011 | 11100 | 0 | 110001 | 11100101 | 10101 | 101010 |
Color Harmonies of #555D82
Complementary color
Monochromatic Colors of #555D82
Black with #555D82
Text Example
Text Example
White with #555D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D82; }
p { color: rgb(85,93,130); }
H1.HeaderClassName
{
color: #555D82;
}
.AnyTagClassName
{
color: #555D82;
}
</style>
background-color css
<style>
a { background-color: #555D82; }
a { background-color: rgb(85,93,130); }
div.DivClassName
{
background-color: #555D82;
}
.BgClassName
{
background-color: #555D82;
}
</style>
border-color css
<style>
span { border-color: #555D82; }
span { border-color: rgb(85,93,130); }
td.TdClassName
{
border-color: #555D82;
}
.TagClassName
{
border-color: #555D82;
}
</style>