Shades of Fiord #585F63
Tints of Fiord #585F63
RGB
CMYK
RGB Variations
Color information
#585F63 (or 0x585F63) is known color: Fiord. HEX triplet: 58, 5F and 63. RGB value is (88,95,99). Sum of RGB (Red+Green+Blue) = 88+95+99=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #585F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F63 is #A7A09C. Grayscale: #5D5D5D. Windows color (decimal): -10985629 or 6512472. OLE color: 6512472.
HSL color Cylindrical-coordinate representation of color #585F63: hue angle of 201.82º 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 #585F63 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 95 | 99 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.61 |
| HSL | 201.82º | 0.06% | 0.37% | - |
| HSV(B) | 201.82º | 0.11% | 0.39% | - |
| XYZ | 10.37 | 11.16 | 13.41 | - |
| YUV | 93.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 99 | 0.11 | 0.04 | 0 | 0.61 | 201.82 | 0.06 | 0.37 |
| Hex | 58 | 5F | 63 | B | 4 | 0 | 3D | CA | 6 | 25 |
| Octal | 130 | 137 | 143 | 13 | 4 | 0 | 75 | 312 | 6 | 45 |
| Binary | 1011000 | 1011111 | 1100011 | 1011 | 100 | 0 | 111101 | 11001010 | 110 | 100101 |
Color Harmonies of #585F63
Complementary color
Monochromatic Colors of #585F63
Black with #585F63
Text Example
Text Example
White with #585F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F63; }
p { color: rgb(88,95,99); }
H1.HeaderClassName
{
color: #585F63;
}
.AnyTagClassName
{
color: #585F63;
}
</style>
background-color css
<style>
a { background-color: #585F63; }
a { background-color: rgb(88,95,99); }
div.DivClassName
{
background-color: #585F63;
}
.BgClassName
{
background-color: #585F63;
}
</style>
border-color css
<style>
span { border-color: #585F63; }
span { border-color: rgb(88,95,99); }
td.TdClassName
{
border-color: #585F63;
}
.TagClassName
{
border-color: #585F63;
}
</style>