Shades of Fiord #52626A
Tints of Fiord #52626A
RGB
CMYK
RGB Variations
Color information
#52626A (or 0x52626A) is known color: Fiord. HEX triplet: 52, 62 and 6A. RGB value is (82,98,106). Sum of RGB (Red+Green+Blue) = 82+98+106=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #52626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52626A is #AD9D95. Grayscale: #5E5E5E. Windows color (decimal): -11378070 or 6971986. OLE color: 6971986.
HSL color Cylindrical-coordinate representation of color #52626A: hue angle of 200º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52626A is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 98 | 106 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.58 |
| HSL | 200º | 0.13% | 0.37% | - |
| HSV(B) | 200º | 0.23% | 0.42% | - |
| XYZ | 10.45 | 11.57 | 15.32 | - |
| YUV | 94.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 106 | 0.23 | 0.08 | 0 | 0.58 | 200 | 0.13 | 0.37 |
| Hex | 52 | 62 | 6A | 17 | 8 | 0 | 3A | C8 | D | 25 |
| Octal | 122 | 142 | 152 | 27 | 10 | 0 | 72 | 310 | 15 | 45 |
| Binary | 1010010 | 1100010 | 1101010 | 10111 | 1000 | 0 | 111010 | 11001000 | 1101 | 100101 |
Color Harmonies of #52626A
Complementary color
Monochromatic Colors of #52626A
Black with #52626A
Text Example
Text Example
White with #52626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52626A; }
p { color: rgb(82,98,106); }
H1.HeaderClassName
{
color: #52626A;
}
.AnyTagClassName
{
color: #52626A;
}
</style>
background-color css
<style>
a { background-color: #52626A; }
a { background-color: rgb(82,98,106); }
div.DivClassName
{
background-color: #52626A;
}
.BgClassName
{
background-color: #52626A;
}
</style>
border-color css
<style>
span { border-color: #52626A; }
span { border-color: rgb(82,98,106); }
td.TdClassName
{
border-color: #52626A;
}
.TagClassName
{
border-color: #52626A;
}
</style>