Shades of Fiord #585A5B
Tints of Fiord #585A5B
RGB
CMYK
RGB Variations
Color information
#585A5B (or 0x585A5B) is known color: Fiord. HEX triplet: 58, 5A and 5B. RGB value is (88,90,91). Sum of RGB (Red+Green+Blue) = 88+90+91=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 91 - color contains mainly: blue. Hex color #585A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A5B is #A7A5A4. Grayscale: #595959. Windows color (decimal): -10986917 or 5986904. OLE color: 5986904.
HSL color Cylindrical-coordinate representation of color #585A5B: hue angle of 200º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #585A5B is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 88 | 90 | 91 | - |
CMYK | 0.03 | 0.01 | 0 | 0.64 |
HSL | 200º | 0.02% | 0.35% | - |
HSV(B) | 200º | 0.03% | 0.36% | - |
XYZ | 9.57 | 10.14 | 11.35 | - |
YUV | 89.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 88 | 90 | 91 | 0.03 | 0.01 | 0 | 0.64 | 200 | 0.02 | 0.35 |
Hex | 58 | 5A | 5B | 3 | 1 | 0 | 40 | C8 | 2 | 23 |
Octal | 130 | 132 | 133 | 3 | 1 | 0 | 100 | 310 | 2 | 43 |
Binary | 1011000 | 1011010 | 1011011 | 11 | 1 | 0 | 1000000 | 11001000 | 10 | 100011 |
Color Harmonies of #585A5B
Complementary color
Monochromatic Colors of #585A5B
Black with #585A5B
Text Example
Text Example
White with #585A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A5B; }
p { color: rgb(88,90,91); }
H1.HeaderClassName
{
color: #585A5B;
}
.AnyTagClassName
{
color: #585A5B;
}
</style>
background-color css
<style>
a { background-color: #585A5B; }
a { background-color: rgb(88,90,91); }
div.DivClassName
{
background-color: #585A5B;
}
.BgClassName
{
background-color: #585A5B;
}
</style>
border-color css
<style>
span { border-color: #585A5B; }
span { border-color: rgb(88,90,91); }
td.TdClassName
{
border-color: #585A5B;
}
.TagClassName
{
border-color: #585A5B;
}
</style>