Shades of Chambray #525C6D
Tints of Chambray #525C6D
RGB
CMYK
RGB Variations
Color information
#525C6D (or 0x525C6D) is known color: Chambray. HEX triplet: 52, 5C and 6D. RGB value is (82,92,109). Sum of RGB (Red+Green+Blue) = 82+92+109=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #525C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C6D is #ADA392. Grayscale: #5A5A5A. Windows color (decimal): -11379603 or 7167058. OLE color: 7167058.
HSL color Cylindrical-coordinate representation of color #525C6D: hue angle of 217.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525C6D is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 92 | 109 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.57 |
| HSL | 217.78º | 0.14% | 0.37% | - |
| HSV(B) | 217.78º | 0.25% | 0.43% | - |
| XYZ | 10.07 | 10.55 | 15.97 | - |
| YUV | 90.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 109 | 0.25 | 0.16 | 0 | 0.57 | 217.78 | 0.14 | 0.37 |
| Hex | 52 | 5C | 6D | 19 | 10 | 0 | 39 | DA | E | 25 |
| Octal | 122 | 134 | 155 | 31 | 20 | 0 | 71 | 332 | 16 | 45 |
| Binary | 1010010 | 1011100 | 1101101 | 11001 | 10000 | 0 | 111001 | 11011010 | 1110 | 100101 |
Color Harmonies of #525C6D
Complementary color
Monochromatic Colors of #525C6D
Black with #525C6D
Text Example
Text Example
White with #525C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C6D; }
p { color: rgb(82,92,109); }
H1.HeaderClassName
{
color: #525C6D;
}
.AnyTagClassName
{
color: #525C6D;
}
</style>
background-color css
<style>
a { background-color: #525C6D; }
a { background-color: rgb(82,92,109); }
div.DivClassName
{
background-color: #525C6D;
}
.BgClassName
{
background-color: #525C6D;
}
</style>
border-color css
<style>
span { border-color: #525C6D; }
span { border-color: rgb(82,92,109); }
td.TdClassName
{
border-color: #525C6D;
}
.TagClassName
{
border-color: #525C6D;
}
</style>