Shades of Fiord #525D66
Tints of Fiord #525D66
RGB
CMYK
RGB Variations
Color information
#525D66 (or 0x525D66) is known color: Fiord. HEX triplet: 52, 5D and 66. RGB value is (82,93,102). Sum of RGB (Red+Green+Blue) = 82+93+102=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 102 - color contains mainly: blue. Hex color #525D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D66 is #ADA299. Grayscale: #5A5A5A. Windows color (decimal): -11379354 or 6708562. OLE color: 6708562.
HSL color Cylindrical-coordinate representation of color #525D66: hue angle of 207º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525D66 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 93 | 102 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.6 |
| HSL | 207º | 0.11% | 0.36% | - |
| HSV(B) | 207º | 0.2% | 0.4% | - |
| XYZ | 9.79 | 10.58 | 14.1 | - |
| YUV | 90.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 102 | 0.20 | 0.09 | 0 | 0.6 | 207 | 0.11 | 0.36 |
| Hex | 52 | 5D | 66 | 14 | 9 | 0 | 3C | CF | B | 24 |
| Octal | 122 | 135 | 146 | 24 | 11 | 0 | 74 | 317 | 13 | 44 |
| Binary | 1010010 | 1011101 | 1100110 | 10100 | 1001 | 0 | 111100 | 11001111 | 1011 | 100100 |
Color Harmonies of #525D66
Complementary color
Monochromatic Colors of #525D66
Black with #525D66
Text Example
Text Example
White with #525D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D66; }
p { color: rgb(82,93,102); }
H1.HeaderClassName
{
color: #525D66;
}
.AnyTagClassName
{
color: #525D66;
}
</style>
background-color css
<style>
a { background-color: #525D66; }
a { background-color: rgb(82,93,102); }
div.DivClassName
{
background-color: #525D66;
}
.BgClassName
{
background-color: #525D66;
}
</style>
border-color css
<style>
span { border-color: #525D66; }
span { border-color: rgb(82,93,102); }
td.TdClassName
{
border-color: #525D66;
}
.TagClassName
{
border-color: #525D66;
}
</style>