Shades of Fiord #525C64
Tints of Fiord #525C64
RGB
CMYK
RGB Variations
Color information
#525C64 (or 0x525C64) is known color: Fiord. HEX triplet: 52, 5C and 64. RGB value is (82,92,100). Sum of RGB (Red+Green+Blue) = 82+92+100=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 100 - color contains mainly: blue. Hex color #525C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C64 is #ADA39B. Grayscale: #595959. Windows color (decimal): -11379612 or 6577234. OLE color: 6577234.
HSL color Cylindrical-coordinate representation of color #525C64: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #525C64 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 92 | 100 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.61 |
| HSL | 206.67º | 0.1% | 0.36% | - |
| HSV(B) | 206.67º | 0.18% | 0.39% | - |
| XYZ | 9.61 | 10.37 | 13.55 | - |
| YUV | 89.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 100 | 0.18 | 0.08 | 0 | 0.61 | 206.67 | 0.1 | 0.36 |
| Hex | 52 | 5C | 64 | 12 | 8 | 0 | 3D | CF | A | 24 |
| Octal | 122 | 134 | 144 | 22 | 10 | 0 | 75 | 317 | 12 | 44 |
| Binary | 1010010 | 1011100 | 1100100 | 10010 | 1000 | 0 | 111101 | 11001111 | 1010 | 100100 |
Color Harmonies of #525C64
Complementary color
Monochromatic Colors of #525C64
Black with #525C64
Text Example
Text Example
White with #525C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C64; }
p { color: rgb(82,92,100); }
H1.HeaderClassName
{
color: #525C64;
}
.AnyTagClassName
{
color: #525C64;
}
</style>
background-color css
<style>
a { background-color: #525C64; }
a { background-color: rgb(82,92,100); }
div.DivClassName
{
background-color: #525C64;
}
.BgClassName
{
background-color: #525C64;
}
</style>
border-color css
<style>
span { border-color: #525C64; }
span { border-color: rgb(82,92,100); }
td.TdClassName
{
border-color: #525C64;
}
.TagClassName
{
border-color: #525C64;
}
</style>