Shades of Fiord #525D68
Tints of Fiord #525D68
RGB
CMYK
RGB Variations
Color information
#525D68 (or 0x525D68) is known color: Fiord. HEX triplet: 52, 5D and 68. RGB value is (82,93,104). Sum of RGB (Red+Green+Blue) = 82+93+104=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #525D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D68 is #ADA297. Grayscale: #5A5A5A. Windows color (decimal): -11379352 or 6839634. OLE color: 6839634.
HSL color Cylindrical-coordinate representation of color #525D68: hue angle of 210º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #525D68 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 93 | 104 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.59 |
| HSL | 210º | 0.12% | 0.36% | - |
| HSV(B) | 210º | 0.21% | 0.41% | - |
| XYZ | 9.89 | 10.62 | 14.63 | - |
| YUV | 90.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 104 | 0.21 | 0.11 | 0 | 0.59 | 210 | 0.12 | 0.36 |
| Hex | 52 | 5D | 68 | 15 | B | 0 | 3B | D2 | C | 24 |
| Octal | 122 | 135 | 150 | 25 | 13 | 0 | 73 | 322 | 14 | 44 |
| Binary | 1010010 | 1011101 | 1101000 | 10101 | 1011 | 0 | 111011 | 11010010 | 1100 | 100100 |
Color Harmonies of #525D68
Complementary color
Monochromatic Colors of #525D68
Black with #525D68
Text Example
Text Example
White with #525D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D68; }
p { color: rgb(82,93,104); }
H1.HeaderClassName
{
color: #525D68;
}
.AnyTagClassName
{
color: #525D68;
}
</style>
background-color css
<style>
a { background-color: #525D68; }
a { background-color: rgb(82,93,104); }
div.DivClassName
{
background-color: #525D68;
}
.BgClassName
{
background-color: #525D68;
}
</style>
border-color css
<style>
span { border-color: #525D68; }
span { border-color: rgb(82,93,104); }
td.TdClassName
{
border-color: #525D68;
}
.TagClassName
{
border-color: #525D68;
}
</style>