Shades of Chambray #555C74
Tints of Chambray #555C74
RGB
CMYK
RGB Variations
Color information
#555C74 (or 0x555C74) is known color: Chambray. HEX triplet: 55, 5C and 74. RGB value is (85,92,116). Sum of RGB (Red+Green+Blue) = 85+92+116=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #555C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C74 is #AAA38B. Grayscale: #5C5C5C. Windows color (decimal): -11182988 or 7625813. OLE color: 7625813.
HSL color Cylindrical-coordinate representation of color #555C74: hue angle of 226.45º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555C74 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 92 | 116 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.55 |
| HSL | 226.45º | 0.15% | 0.39% | - |
| HSV(B) | 226.45º | 0.27% | 0.45% | - |
| XYZ | 10.73 | 10.85 | 18.05 | - |
| YUV | 92.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 116 | 0.27 | 0.21 | 0 | 0.55 | 226.45 | 0.15 | 0.39 |
| Hex | 55 | 5C | 74 | 1B | 15 | 0 | 37 | E2 | F | 27 |
| Octal | 125 | 134 | 164 | 33 | 25 | 0 | 67 | 342 | 17 | 47 |
| Binary | 1010101 | 1011100 | 1110100 | 11011 | 10101 | 0 | 110111 | 11100010 | 1111 | 100111 |
Color Harmonies of #555C74
Complementary color
Monochromatic Colors of #555C74
Black with #555C74
Text Example
Text Example
White with #555C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C74; }
p { color: rgb(85,92,116); }
H1.HeaderClassName
{
color: #555C74;
}
.AnyTagClassName
{
color: #555C74;
}
</style>
background-color css
<style>
a { background-color: #555C74; }
a { background-color: rgb(85,92,116); }
div.DivClassName
{
background-color: #555C74;
}
.BgClassName
{
background-color: #555C74;
}
</style>
border-color css
<style>
span { border-color: #555C74; }
span { border-color: rgb(85,92,116); }
td.TdClassName
{
border-color: #555C74;
}
.TagClassName
{
border-color: #555C74;
}
</style>