Shades of Fiord #575B5D
Tints of Fiord #575B5D
RGB
CMYK
RGB Variations
Color information
#575B5D (or 0x575B5D) is known color: Fiord. HEX triplet: 57, 5B and 5D. RGB value is (87,91,93). Sum of RGB (Red+Green+Blue) = 87+91+93=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 93 - color contains mainly: blue. Hex color #575B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B5D is #A8A4A2. Grayscale: #5A5A5A. Windows color (decimal): -11052195 or 6118231. OLE color: 6118231.
HSL color Cylindrical-coordinate representation of color #575B5D: hue angle of 200º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575B5D is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 87 | 91 | 93 | - |
CMYK | 0.06 | 0.02 | 0 | 0.64 |
HSL | 200º | 0.03% | 0.35% | - |
HSV(B) | 200º | 0.06% | 0.36% | - |
XYZ | 9.65 | 10.3 | 11.84 | - |
YUV | 90.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 87 | 91 | 93 | 0.06 | 0.02 | 0 | 0.64 | 200 | 0.03 | 0.35 |
Hex | 57 | 5B | 5D | 6 | 2 | 0 | 40 | C8 | 3 | 23 |
Octal | 127 | 133 | 135 | 6 | 2 | 0 | 100 | 310 | 3 | 43 |
Binary | 1010111 | 1011011 | 1011101 | 110 | 10 | 0 | 1000000 | 11001000 | 11 | 100011 |
Color Harmonies of #575B5D
Complementary color
Monochromatic Colors of #575B5D
Black with #575B5D
Text Example
Text Example
White with #575B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B5D; }
p { color: rgb(87,91,93); }
H1.HeaderClassName
{
color: #575B5D;
}
.AnyTagClassName
{
color: #575B5D;
}
</style>
background-color css
<style>
a { background-color: #575B5D; }
a { background-color: rgb(87,91,93); }
div.DivClassName
{
background-color: #575B5D;
}
.BgClassName
{
background-color: #575B5D;
}
</style>
border-color css
<style>
span { border-color: #575B5D; }
span { border-color: rgb(87,91,93); }
td.TdClassName
{
border-color: #575B5D;
}
.TagClassName
{
border-color: #575B5D;
}
</style>