Shades of Fiord #52626C
Tints of Fiord #52626C
RGB
CMYK
RGB Variations
Color information
#52626C (or 0x52626C) is known color: Fiord. HEX triplet: 52, 62 and 6C. RGB value is (82,98,108). Sum of RGB (Red+Green+Blue) = 82+98+108=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #52626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52626C is #AD9D93. Grayscale: #5E5E5E. Windows color (decimal): -11378068 or 7103058. OLE color: 7103058.
HSL color Cylindrical-coordinate representation of color #52626C: hue angle of 203.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52626C is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 98 | 108 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.58 |
| HSL | 203.08º | 0.14% | 0.37% | - |
| HSV(B) | 203.08º | 0.24% | 0.42% | - |
| XYZ | 10.55 | 11.61 | 15.87 | - |
| YUV | 94.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 108 | 0.24 | 0.09 | 0 | 0.58 | 203.08 | 0.14 | 0.37 |
| Hex | 52 | 62 | 6C | 18 | 9 | 0 | 3A | CB | E | 25 |
| Octal | 122 | 142 | 154 | 30 | 11 | 0 | 72 | 313 | 16 | 45 |
| Binary | 1010010 | 1100010 | 1101100 | 11000 | 1001 | 0 | 111010 | 11001011 | 1110 | 100101 |
Color Harmonies of #52626C
Complementary color
Monochromatic Colors of #52626C
Black with #52626C
Text Example
Text Example
White with #52626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52626C; }
p { color: rgb(82,98,108); }
H1.HeaderClassName
{
color: #52626C;
}
.AnyTagClassName
{
color: #52626C;
}
</style>
background-color css
<style>
a { background-color: #52626C; }
a { background-color: rgb(82,98,108); }
div.DivClassName
{
background-color: #52626C;
}
.BgClassName
{
background-color: #52626C;
}
</style>
border-color css
<style>
span { border-color: #52626C; }
span { border-color: rgb(82,98,108); }
td.TdClassName
{
border-color: #52626C;
}
.TagClassName
{
border-color: #52626C;
}
</style>