Shades of Fiord #52585C
Tints of Fiord #52585C
RGB
CMYK
RGB Variations
Color information
#52585C (or 0x52585C) is known color: Fiord. HEX triplet: 52, 58 and 5C. RGB value is (82,88,92). Sum of RGB (Red+Green+Blue) = 82+88+92=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 92 - color contains mainly: blue. Hex color #52585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52585C is #ADA7A3. Grayscale: #565656. Windows color (decimal): -11380644 or 6051922. OLE color: 6051922.
HSL color Cylindrical-coordinate representation of color #52585C: hue angle of 204º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52585C is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 88 | 92 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.64 |
| HSL | 204º | 0.06% | 0.34% | - |
| HSV(B) | 204º | 0.11% | 0.36% | - |
| XYZ | 8.9 | 9.55 | 11.5 | - |
| YUV | 86.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 92 | 0.11 | 0.04 | 0 | 0.64 | 204 | 0.06 | 0.34 |
| Hex | 52 | 58 | 5C | B | 4 | 0 | 40 | CC | 6 | 22 |
| Octal | 122 | 130 | 134 | 13 | 4 | 0 | 100 | 314 | 6 | 42 |
| Binary | 1010010 | 1011000 | 1011100 | 1011 | 100 | 0 | 1000000 | 11001100 | 110 | 100010 |
Color Harmonies of #52585C
Complementary color
Monochromatic Colors of #52585C
Black with #52585C
Text Example
Text Example
White with #52585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52585C; }
p { color: rgb(82,88,92); }
H1.HeaderClassName
{
color: #52585C;
}
.AnyTagClassName
{
color: #52585C;
}
</style>
background-color css
<style>
a { background-color: #52585C; }
a { background-color: rgb(82,88,92); }
div.DivClassName
{
background-color: #52585C;
}
.BgClassName
{
background-color: #52585C;
}
</style>
border-color css
<style>
span { border-color: #52585C; }
span { border-color: rgb(82,88,92); }
td.TdClassName
{
border-color: #52585C;
}
.TagClassName
{
border-color: #52585C;
}
</style>