Shades of Fiord #586063
Tints of Fiord #586063
RGB
CMYK
RGB Variations
Color information
#586063 (or 0x586063) is known color: Fiord. HEX triplet: 58, 60 and 63. RGB value is (88,96,99). Sum of RGB (Red+Green+Blue) = 88+96+99=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 99 - color contains mainly: blue. Hex color #586063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586063 is #A79F9C. Grayscale: #5D5D5D. Windows color (decimal): -10985373 or 6512728. OLE color: 6512728.
HSL color Cylindrical-coordinate representation of color #586063: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #586063 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 96 | 99 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.61 |
| HSL | 196.36º | 0.06% | 0.37% | - |
| HSV(B) | 196.36º | 0.11% | 0.39% | - |
| XYZ | 10.46 | 11.34 | 13.44 | - |
| YUV | 93.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 99 | 0.11 | 0.03 | 0 | 0.61 | 196.36 | 0.06 | 0.37 |
| Hex | 58 | 60 | 63 | B | 3 | 0 | 3D | C4 | 6 | 25 |
| Octal | 130 | 140 | 143 | 13 | 3 | 0 | 75 | 304 | 6 | 45 |
| Binary | 1011000 | 1100000 | 1100011 | 1011 | 11 | 0 | 111101 | 11000100 | 110 | 100101 |
Color Harmonies of #586063
Complementary color
Monochromatic Colors of #586063
Black with #586063
Text Example
Text Example
White with #586063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586063; }
p { color: rgb(88,96,99); }
H1.HeaderClassName
{
color: #586063;
}
.AnyTagClassName
{
color: #586063;
}
</style>
background-color css
<style>
a { background-color: #586063; }
a { background-color: rgb(88,96,99); }
div.DivClassName
{
background-color: #586063;
}
.BgClassName
{
background-color: #586063;
}
</style>
border-color css
<style>
span { border-color: #586063; }
span { border-color: rgb(88,96,99); }
td.TdClassName
{
border-color: #586063;
}
.TagClassName
{
border-color: #586063;
}
</style>