Shades of Fiord #576165
Tints of Fiord #576165
RGB
CMYK
RGB Variations
Color information
#576165 (or 0x576165) is known color: Fiord. HEX triplet: 57, 61 and 65. RGB value is (87,97,101). Sum of RGB (Red+Green+Blue) = 87+97+101=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: blue. Hex color #576165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576165 is #A89E9A. Grayscale: #5E5E5E. Windows color (decimal): -11050651 or 6644055. OLE color: 6644055.
HSL color Cylindrical-coordinate representation of color #576165: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #576165 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 97 | 101 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.60 |
| HSL | 197.14º | 0.07% | 0.37% | - |
| HSV(B) | 197.14º | 0.14% | 0.4% | - |
| XYZ | 10.55 | 11.52 | 13.98 | - |
| YUV | 94.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 101 | 0.14 | 0.04 | 0 | 0.60 | 197.14 | 0.07 | 0.37 |
| Hex | 57 | 61 | 65 | E | 4 | 0 | 3C | C5 | 7 | 25 |
| Octal | 127 | 141 | 145 | 16 | 4 | 0 | 74 | 305 | 7 | 45 |
| Binary | 1010111 | 1100001 | 1100101 | 1110 | 100 | 0 | 111100 | 11000101 | 111 | 100101 |
Color Harmonies of #576165
Complementary color
Monochromatic Colors of #576165
Black with #576165
Text Example
Text Example
White with #576165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576165; }
p { color: rgb(87,97,101); }
H1.HeaderClassName
{
color: #576165;
}
.AnyTagClassName
{
color: #576165;
}
</style>
background-color css
<style>
a { background-color: #576165; }
a { background-color: rgb(87,97,101); }
div.DivClassName
{
background-color: #576165;
}
.BgClassName
{
background-color: #576165;
}
</style>
border-color css
<style>
span { border-color: #576165; }
span { border-color: rgb(87,97,101); }
td.TdClassName
{
border-color: #576165;
}
.TagClassName
{
border-color: #576165;
}
</style>