Shades of Fiord #535C60
Tints of Fiord #535C60
RGB
CMYK
RGB Variations
Color information
#535C60 (or 0x535C60) is known color: Fiord. HEX triplet: 53, 5C and 60. RGB value is (83,92,96). Sum of RGB (Red+Green+Blue) = 83+92+96=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #535C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C60 is #ACA39F. Grayscale: #595959. Windows color (decimal): -11314080 or 6315091. OLE color: 6315091.
HSL color Cylindrical-coordinate representation of color #535C60: hue angle of 198.46º 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 #535C60 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 92 | 96 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.62 |
| HSL | 198.46º | 0.07% | 0.35% | - |
| HSV(B) | 198.46º | 0.14% | 0.38% | - |
| XYZ | 9.51 | 10.34 | 12.56 | - |
| YUV | 89.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 96 | 0.14 | 0.04 | 0 | 0.62 | 198.46 | 0.07 | 0.35 |
| Hex | 53 | 5C | 60 | E | 4 | 0 | 3E | C6 | 7 | 23 |
| Octal | 123 | 134 | 140 | 16 | 4 | 0 | 76 | 306 | 7 | 43 |
| Binary | 1010011 | 1011100 | 1100000 | 1110 | 100 | 0 | 111110 | 11000110 | 111 | 100011 |
Color Harmonies of #535C60
Complementary color
Monochromatic Colors of #535C60
Black with #535C60
Text Example
Text Example
White with #535C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C60; }
p { color: rgb(83,92,96); }
H1.HeaderClassName
{
color: #535C60;
}
.AnyTagClassName
{
color: #535C60;
}
</style>
background-color css
<style>
a { background-color: #535C60; }
a { background-color: rgb(83,92,96); }
div.DivClassName
{
background-color: #535C60;
}
.BgClassName
{
background-color: #535C60;
}
</style>
border-color css
<style>
span { border-color: #535C60; }
span { border-color: rgb(83,92,96); }
td.TdClassName
{
border-color: #535C60;
}
.TagClassName
{
border-color: #535C60;
}
</style>