Shades of Fiord #535B60
Tints of Fiord #535B60
RGB
CMYK
RGB Variations
Color information
#535B60 (or 0x535B60) is known color: Fiord. HEX triplet: 53, 5B and 60. RGB value is (83,91,96). Sum of RGB (Red+Green+Blue) = 83+91+96=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #535B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B60 is #ACA49F. Grayscale: #595959. Windows color (decimal): -11314336 or 6314835. OLE color: 6314835.
HSL color Cylindrical-coordinate representation of color #535B60: hue angle of 203.08º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535B60 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 91 | 96 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.62 |
| HSL | 203.08º | 0.07% | 0.35% | - |
| HSV(B) | 203.08º | 0.14% | 0.38% | - |
| XYZ | 9.42 | 10.17 | 12.53 | - |
| YUV | 89.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 96 | 0.14 | 0.05 | 0 | 0.62 | 203.08 | 0.07 | 0.35 |
| Hex | 53 | 5B | 60 | E | 5 | 0 | 3E | CB | 7 | 23 |
| Octal | 123 | 133 | 140 | 16 | 5 | 0 | 76 | 313 | 7 | 43 |
| Binary | 1010011 | 1011011 | 1100000 | 1110 | 101 | 0 | 111110 | 11001011 | 111 | 100011 |
Color Harmonies of #535B60
Complementary color
Monochromatic Colors of #535B60
Black with #535B60
Text Example
Text Example
White with #535B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B60; }
p { color: rgb(83,91,96); }
H1.HeaderClassName
{
color: #535B60;
}
.AnyTagClassName
{
color: #535B60;
}
</style>
background-color css
<style>
a { background-color: #535B60; }
a { background-color: rgb(83,91,96); }
div.DivClassName
{
background-color: #535B60;
}
.BgClassName
{
background-color: #535B60;
}
</style>
border-color css
<style>
span { border-color: #535B60; }
span { border-color: rgb(83,91,96); }
td.TdClassName
{
border-color: #535B60;
}
.TagClassName
{
border-color: #535B60;
}
</style>