Shades of Fiord #535A5D
Tints of Fiord #535A5D
RGB
CMYK
RGB Variations
Color information
#535A5D (or 0x535A5D) is known color: Fiord. HEX triplet: 53, 5A and 5D. RGB value is (83,90,93). Sum of RGB (Red+Green+Blue) = 83+90+93=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #535A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A5D is #ACA5A2. Grayscale: #585858. Windows color (decimal): -11314595 or 6117971. OLE color: 6117971.
HSL color Cylindrical-coordinate representation of color #535A5D: hue angle of 198º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535A5D is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 90 | 93 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.64 |
| HSL | 198º | 0.06% | 0.35% | - |
| HSV(B) | 198º | 0.11% | 0.36% | - |
| XYZ | 9.2 | 9.94 | 11.79 | - |
| YUV | 88.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 93 | 0.11 | 0.03 | 0 | 0.64 | 198 | 0.06 | 0.35 |
| Hex | 53 | 5A | 5D | B | 3 | 0 | 40 | C6 | 6 | 23 |
| Octal | 123 | 132 | 135 | 13 | 3 | 0 | 100 | 306 | 6 | 43 |
| Binary | 1010011 | 1011010 | 1011101 | 1011 | 11 | 0 | 1000000 | 11000110 | 110 | 100011 |
Color Harmonies of #535A5D
Complementary color
Monochromatic Colors of #535A5D
Black with #535A5D
Text Example
Text Example
White with #535A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A5D; }
p { color: rgb(83,90,93); }
H1.HeaderClassName
{
color: #535A5D;
}
.AnyTagClassName
{
color: #535A5D;
}
</style>
background-color css
<style>
a { background-color: #535A5D; }
a { background-color: rgb(83,90,93); }
div.DivClassName
{
background-color: #535A5D;
}
.BgClassName
{
background-color: #535A5D;
}
</style>
border-color css
<style>
span { border-color: #535A5D; }
span { border-color: rgb(83,90,93); }
td.TdClassName
{
border-color: #535A5D;
}
.TagClassName
{
border-color: #535A5D;
}
</style>