Shades of Fiord #585D60
Tints of Fiord #585D60
RGB
CMYK
RGB Variations
Color information
#585D60 (or 0x585D60) is known color: Fiord. HEX triplet: 58, 5D and 60. RGB value is (88,93,96). Sum of RGB (Red+Green+Blue) = 88+93+96=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 96 - color contains mainly: blue. Hex color #585D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D60 is #A7A29F. Grayscale: #5B5B5B. Windows color (decimal): -10986144 or 6315352. OLE color: 6315352.
HSL color Cylindrical-coordinate representation of color #585D60: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585D60 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 93 | 96 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.62 |
| HSL | 202.5º | 0.04% | 0.36% | - |
| HSV(B) | 202.5º | 0.08% | 0.38% | - |
| XYZ | 10.05 | 10.75 | 12.61 | - |
| YUV | 91.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 96 | 0.08 | 0.03 | 0 | 0.62 | 202.5 | 0.04 | 0.36 |
| Hex | 58 | 5D | 60 | 8 | 3 | 0 | 3E | CA | 4 | 24 |
| Octal | 130 | 135 | 140 | 10 | 3 | 0 | 76 | 312 | 4 | 44 |
| Binary | 1011000 | 1011101 | 1100000 | 1000 | 11 | 0 | 111110 | 11001010 | 100 | 100100 |
Color Harmonies of #585D60
Complementary color
Monochromatic Colors of #585D60
Black with #585D60
Text Example
Text Example
White with #585D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D60; }
p { color: rgb(88,93,96); }
H1.HeaderClassName
{
color: #585D60;
}
.AnyTagClassName
{
color: #585D60;
}
</style>
background-color css
<style>
a { background-color: #585D60; }
a { background-color: rgb(88,93,96); }
div.DivClassName
{
background-color: #585D60;
}
.BgClassName
{
background-color: #585D60;
}
</style>
border-color css
<style>
span { border-color: #585D60; }
span { border-color: rgb(88,93,96); }
td.TdClassName
{
border-color: #585D60;
}
.TagClassName
{
border-color: #585D60;
}
</style>