Shades of Fiord #525C62
Tints of Fiord #525C62
RGB
CMYK
RGB Variations
Color information
#525C62 (or 0x525C62) is known color: Fiord. HEX triplet: 52, 5C and 62. RGB value is (82,92,98). Sum of RGB (Red+Green+Blue) = 82+92+98=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #525C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C62 is #ADA39D. Grayscale: #595959. Windows color (decimal): -11379614 or 6446162. OLE color: 6446162.
HSL color Cylindrical-coordinate representation of color #525C62: hue angle of 202.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525C62 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 92 | 98 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.62 |
| HSL | 202.5º | 0.09% | 0.35% | - |
| HSV(B) | 202.5º | 0.16% | 0.38% | - |
| XYZ | 9.51 | 10.33 | 13.05 | - |
| YUV | 89.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 98 | 0.16 | 0.06 | 0 | 0.62 | 202.5 | 0.09 | 0.35 |
| Hex | 52 | 5C | 62 | 10 | 6 | 0 | 3E | CA | 9 | 23 |
| Octal | 122 | 134 | 142 | 20 | 6 | 0 | 76 | 312 | 11 | 43 |
| Binary | 1010010 | 1011100 | 1100010 | 10000 | 110 | 0 | 111110 | 11001010 | 1001 | 100011 |
Color Harmonies of #525C62
Complementary color
Monochromatic Colors of #525C62
Black with #525C62
Text Example
Text Example
White with #525C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C62; }
p { color: rgb(82,92,98); }
H1.HeaderClassName
{
color: #525C62;
}
.AnyTagClassName
{
color: #525C62;
}
</style>
background-color css
<style>
a { background-color: #525C62; }
a { background-color: rgb(82,92,98); }
div.DivClassName
{
background-color: #525C62;
}
.BgClassName
{
background-color: #525C62;
}
</style>
border-color css
<style>
span { border-color: #525C62; }
span { border-color: rgb(82,92,98); }
td.TdClassName
{
border-color: #525C62;
}
.TagClassName
{
border-color: #525C62;
}
</style>