Shades of Chambray #555C81
Tints of Chambray #555C81
RGB
CMYK
RGB Variations
Color information
#555C81 (or 0x555C81) is known color: Chambray. HEX triplet: 55, 5C and 81. RGB value is (85,92,129). Sum of RGB (Red+Green+Blue) = 85+92+129=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #555C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C81 is #AAA37E. Grayscale: #5D5D5D. Windows color (decimal): -11182975 or 8477781. OLE color: 8477781.
HSL color Cylindrical-coordinate representation of color #555C81: hue angle of 230.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555C81 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 92 | 129 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.49 |
| HSL | 230.45º | 0.21% | 0.42% | - |
| HSV(B) | 230.45º | 0.34% | 0.51% | - |
| XYZ | 11.54 | 11.17 | 22.32 | - |
| YUV | 94.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 129 | 0.34 | 0.29 | 0 | 0.49 | 230.45 | 0.21 | 0.42 |
| Hex | 55 | 5C | 81 | 22 | 1D | 0 | 31 | E6 | 15 | 2A |
| Octal | 125 | 134 | 201 | 42 | 35 | 0 | 61 | 346 | 25 | 52 |
| Binary | 1010101 | 1011100 | 10000001 | 100010 | 11101 | 0 | 110001 | 11100110 | 10101 | 101010 |
Color Harmonies of #555C81
Complementary color
Monochromatic Colors of #555C81
Black with #555C81
Text Example
Text Example
White with #555C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C81; }
p { color: rgb(85,92,129); }
H1.HeaderClassName
{
color: #555C81;
}
.AnyTagClassName
{
color: #555C81;
}
</style>
background-color css
<style>
a { background-color: #555C81; }
a { background-color: rgb(85,92,129); }
div.DivClassName
{
background-color: #555C81;
}
.BgClassName
{
background-color: #555C81;
}
</style>
border-color css
<style>
span { border-color: #555C81; }
span { border-color: rgb(85,92,129); }
td.TdClassName
{
border-color: #555C81;
}
.TagClassName
{
border-color: #555C81;
}
</style>