Shades of Fiord #53595C
Tints of Fiord #53595C
RGB
CMYK
RGB Variations
Color information
#53595C (or 0x53595C) is known color: Fiord. HEX triplet: 53, 59 and 5C. RGB value is (83,89,92). Sum of RGB (Red+Green+Blue) = 83+89+92=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 92 - color contains mainly: blue. Hex color #53595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53595C is #ACA6A3. Grayscale: #575757. Windows color (decimal): -11314852 or 6052179. OLE color: 6052179.
HSL color Cylindrical-coordinate representation of color #53595C: hue angle of 200º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #53595C is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 89 | 92 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.64 |
| HSL | 200º | 0.05% | 0.34% | - |
| HSV(B) | 200º | 0.1% | 0.36% | - |
| XYZ | 9.07 | 9.76 | 11.53 | - |
| YUV | 87.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 92 | 0.10 | 0.03 | 0 | 0.64 | 200 | 0.05 | 0.34 |
| Hex | 53 | 59 | 5C | A | 3 | 0 | 40 | C8 | 5 | 22 |
| Octal | 123 | 131 | 134 | 12 | 3 | 0 | 100 | 310 | 5 | 42 |
| Binary | 1010011 | 1011001 | 1011100 | 1010 | 11 | 0 | 1000000 | 11001000 | 101 | 100010 |
Color Harmonies of #53595C
Complementary color
Monochromatic Colors of #53595C
Black with #53595C
Text Example
Text Example
White with #53595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53595C; }
p { color: rgb(83,89,92); }
H1.HeaderClassName
{
color: #53595C;
}
.AnyTagClassName
{
color: #53595C;
}
</style>
background-color css
<style>
a { background-color: #53595C; }
a { background-color: rgb(83,89,92); }
div.DivClassName
{
background-color: #53595C;
}
.BgClassName
{
background-color: #53595C;
}
</style>
border-color css
<style>
span { border-color: #53595C; }
span { border-color: rgb(83,89,92); }
td.TdClassName
{
border-color: #53595C;
}
.TagClassName
{
border-color: #53595C;
}
</style>