Shades of Fiord #535D62
Tints of Fiord #535D62
RGB
CMYK
RGB Variations
Color information
#535D62 (or 0x535D62) is known color: Fiord. HEX triplet: 53, 5D and 62. RGB value is (83,93,98). Sum of RGB (Red+Green+Blue) = 83+93+98=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 98 - color contains mainly: blue. Hex color #535D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D62 is #ACA29D. Grayscale: #5A5A5A. Windows color (decimal): -11313822 or 6446419. OLE color: 6446419.
HSL color Cylindrical-coordinate representation of color #535D62: hue angle of 200º 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 #535D62 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 93 | 98 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.62 |
| HSL | 200º | 0.08% | 0.35% | - |
| HSV(B) | 200º | 0.15% | 0.38% | - |
| XYZ | 9.69 | 10.55 | 13.08 | - |
| YUV | 90.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 98 | 0.15 | 0.05 | 0 | 0.62 | 200 | 0.08 | 0.35 |
| Hex | 53 | 5D | 62 | F | 5 | 0 | 3E | C8 | 8 | 23 |
| Octal | 123 | 135 | 142 | 17 | 5 | 0 | 76 | 310 | 10 | 43 |
| Binary | 1010011 | 1011101 | 1100010 | 1111 | 101 | 0 | 111110 | 11001000 | 1000 | 100011 |
Color Harmonies of #535D62
Complementary color
Monochromatic Colors of #535D62
Black with #535D62
Text Example
Text Example
White with #535D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D62; }
p { color: rgb(83,93,98); }
H1.HeaderClassName
{
color: #535D62;
}
.AnyTagClassName
{
color: #535D62;
}
</style>
background-color css
<style>
a { background-color: #535D62; }
a { background-color: rgb(83,93,98); }
div.DivClassName
{
background-color: #535D62;
}
.BgClassName
{
background-color: #535D62;
}
</style>
border-color css
<style>
span { border-color: #535D62; }
span { border-color: rgb(83,93,98); }
td.TdClassName
{
border-color: #535D62;
}
.TagClassName
{
border-color: #535D62;
}
</style>