Shades of Fiord #535A60
Tints of Fiord #535A60
RGB
CMYK
RGB Variations
Color information
#535A60 (or 0x535A60) is known color: Fiord. HEX triplet: 53, 5A and 60. RGB value is (83,90,96). Sum of RGB (Red+Green+Blue) = 83+90+96=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 90 (35.55% from 255 or 33.46% 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 #535A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A60 is #ACA59F. Grayscale: #585858. Windows color (decimal): -11314592 or 6314579. OLE color: 6314579.
HSL color Cylindrical-coordinate representation of color #535A60: hue angle of 207.69º 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 #535A60 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 90 | 96 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.62 |
| HSL | 207.69º | 0.07% | 0.35% | - |
| HSV(B) | 207.69º | 0.14% | 0.38% | - |
| XYZ | 9.33 | 10 | 12.5 | - |
| YUV | 88.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 96 | 0.14 | 0.06 | 0 | 0.62 | 207.69 | 0.07 | 0.35 |
| Hex | 53 | 5A | 60 | E | 6 | 0 | 3E | D0 | 7 | 23 |
| Octal | 123 | 132 | 140 | 16 | 6 | 0 | 76 | 320 | 7 | 43 |
| Binary | 1010011 | 1011010 | 1100000 | 1110 | 110 | 0 | 111110 | 11010000 | 111 | 100011 |
Color Harmonies of #535A60
Complementary color
Monochromatic Colors of #535A60
Black with #535A60
Text Example
Text Example
White with #535A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A60; }
p { color: rgb(83,90,96); }
H1.HeaderClassName
{
color: #535A60;
}
.AnyTagClassName
{
color: #535A60;
}
</style>
background-color css
<style>
a { background-color: #535A60; }
a { background-color: rgb(83,90,96); }
div.DivClassName
{
background-color: #535A60;
}
.BgClassName
{
background-color: #535A60;
}
</style>
border-color css
<style>
span { border-color: #535A60; }
span { border-color: rgb(83,90,96); }
td.TdClassName
{
border-color: #535A60;
}
.TagClassName
{
border-color: #535A60;
}
</style>