Shades of Fiord #525E63
Tints of Fiord #525E63
RGB
CMYK
RGB Variations
Color information
#525E63 (or 0x525E63) is known color: Fiord. HEX triplet: 52, 5E and 63. RGB value is (82,94,99). Sum of RGB (Red+Green+Blue) = 82+94+99=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #525E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E63 is #ADA19C. Grayscale: #5A5A5A. Windows color (decimal): -11379101 or 6512210. OLE color: 6512210.
HSL color Cylindrical-coordinate representation of color #525E63: hue angle of 197.65º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525E63 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 94 | 99 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.61 |
| HSL | 197.65º | 0.09% | 0.35% | - |
| HSV(B) | 197.65º | 0.17% | 0.39% | - |
| XYZ | 9.73 | 10.7 | 13.36 | - |
| YUV | 90.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 99 | 0.17 | 0.05 | 0 | 0.61 | 197.65 | 0.09 | 0.35 |
| Hex | 52 | 5E | 63 | 11 | 5 | 0 | 3D | C6 | 9 | 23 |
| Octal | 122 | 136 | 143 | 21 | 5 | 0 | 75 | 306 | 11 | 43 |
| Binary | 1010010 | 1011110 | 1100011 | 10001 | 101 | 0 | 111101 | 11000110 | 1001 | 100011 |
Color Harmonies of #525E63
Complementary color
Monochromatic Colors of #525E63
Black with #525E63
Text Example
Text Example
White with #525E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E63; }
p { color: rgb(82,94,99); }
H1.HeaderClassName
{
color: #525E63;
}
.AnyTagClassName
{
color: #525E63;
}
</style>
background-color css
<style>
a { background-color: #525E63; }
a { background-color: rgb(82,94,99); }
div.DivClassName
{
background-color: #525E63;
}
.BgClassName
{
background-color: #525E63;
}
</style>
border-color css
<style>
span { border-color: #525E63; }
span { border-color: rgb(82,94,99); }
td.TdClassName
{
border-color: #525E63;
}
.TagClassName
{
border-color: #525E63;
}
</style>