Shades of Fiord #525B60
Tints of Fiord #525B60
RGB
CMYK
RGB Variations
Color information
#525B60 (or 0x525B60) is known color: Fiord. HEX triplet: 52, 5B and 60. RGB value is (82,91,96). Sum of RGB (Red+Green+Blue) = 82+91+96=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #525B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B60 is #ADA49F. Grayscale: #585858. Windows color (decimal): -11379872 or 6314834. OLE color: 6314834.
HSL color Cylindrical-coordinate representation of color #525B60: hue angle of 201.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525B60 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 91 | 96 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.62 |
| HSL | 201.43º | 0.08% | 0.35% | - |
| HSV(B) | 201.43º | 0.15% | 0.38% | - |
| XYZ | 9.33 | 10.12 | 12.53 | - |
| YUV | 88.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 96 | 0.15 | 0.05 | 0 | 0.62 | 201.43 | 0.08 | 0.35 |
| Hex | 52 | 5B | 60 | F | 5 | 0 | 3E | C9 | 8 | 23 |
| Octal | 122 | 133 | 140 | 17 | 5 | 0 | 76 | 311 | 10 | 43 |
| Binary | 1010010 | 1011011 | 1100000 | 1111 | 101 | 0 | 111110 | 11001001 | 1000 | 100011 |
Color Harmonies of #525B60
Complementary color
Monochromatic Colors of #525B60
Black with #525B60
Text Example
Text Example
White with #525B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B60; }
p { color: rgb(82,91,96); }
H1.HeaderClassName
{
color: #525B60;
}
.AnyTagClassName
{
color: #525B60;
}
</style>
background-color css
<style>
a { background-color: #525B60; }
a { background-color: rgb(82,91,96); }
div.DivClassName
{
background-color: #525B60;
}
.BgClassName
{
background-color: #525B60;
}
</style>
border-color css
<style>
span { border-color: #525B60; }
span { border-color: rgb(82,91,96); }
td.TdClassName
{
border-color: #525B60;
}
.TagClassName
{
border-color: #525B60;
}
</style>