Shades of Fiord #535D66
Tints of Fiord #535D66
RGB
CMYK
RGB Variations
Color information
#535D66 (or 0x535D66) is known color: Fiord. HEX triplet: 53, 5D and 66. RGB value is (83,93,102). Sum of RGB (Red+Green+Blue) = 83+93+102=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #535D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D66 is #ACA299. Grayscale: #5A5A5A. Windows color (decimal): -11313818 or 6708563. OLE color: 6708563.
HSL color Cylindrical-coordinate representation of color #535D66: hue angle of 208.42º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535D66 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 93 | 102 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.6 |
| HSL | 208.42º | 0.1% | 0.36% | - |
| HSV(B) | 208.42º | 0.19% | 0.4% | - |
| XYZ | 9.88 | 10.63 | 14.1 | - |
| YUV | 91.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 102 | 0.19 | 0.09 | 0 | 0.6 | 208.42 | 0.1 | 0.36 |
| Hex | 53 | 5D | 66 | 13 | 9 | 0 | 3C | D0 | A | 24 |
| Octal | 123 | 135 | 146 | 23 | 11 | 0 | 74 | 320 | 12 | 44 |
| Binary | 1010011 | 1011101 | 1100110 | 10011 | 1001 | 0 | 111100 | 11010000 | 1010 | 100100 |
Color Harmonies of #535D66
Complementary color
Monochromatic Colors of #535D66
Black with #535D66
Text Example
Text Example
White with #535D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D66; }
p { color: rgb(83,93,102); }
H1.HeaderClassName
{
color: #535D66;
}
.AnyTagClassName
{
color: #535D66;
}
</style>
background-color css
<style>
a { background-color: #535D66; }
a { background-color: rgb(83,93,102); }
div.DivClassName
{
background-color: #535D66;
}
.BgClassName
{
background-color: #535D66;
}
</style>
border-color css
<style>
span { border-color: #535D66; }
span { border-color: rgb(83,93,102); }
td.TdClassName
{
border-color: #535D66;
}
.TagClassName
{
border-color: #535D66;
}
</style>