Shades of Fiord #576064
Tints of Fiord #576064
RGB
CMYK
RGB Variations
Color information
#576064 (or 0x576064) is known color: Fiord. HEX triplet: 57, 60 and 64. RGB value is (87,96,100). Sum of RGB (Red+Green+Blue) = 87+96+100=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 100 - color contains mainly: blue. Hex color #576064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576064 is #A89F9B. Grayscale: #5D5D5D. Windows color (decimal): -11050908 or 6578263. OLE color: 6578263.
HSL color Cylindrical-coordinate representation of color #576064: hue angle of 198.46º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #576064 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 96 | 100 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.61 |
| HSL | 198.46º | 0.07% | 0.37% | - |
| HSV(B) | 198.46º | 0.13% | 0.39% | - |
| XYZ | 10.41 | 11.31 | 13.69 | - |
| YUV | 93.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 96 | 100 | 0.13 | 0.04 | 0 | 0.61 | 198.46 | 0.07 | 0.37 |
| Hex | 57 | 60 | 64 | D | 4 | 0 | 3D | C6 | 7 | 25 |
| Octal | 127 | 140 | 144 | 15 | 4 | 0 | 75 | 306 | 7 | 45 |
| Binary | 1010111 | 1100000 | 1100100 | 1101 | 100 | 0 | 111101 | 11000110 | 111 | 100101 |
Color Harmonies of #576064
Complementary color
Monochromatic Colors of #576064
Black with #576064
Text Example
Text Example
White with #576064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576064; }
p { color: rgb(87,96,100); }
H1.HeaderClassName
{
color: #576064;
}
.AnyTagClassName
{
color: #576064;
}
</style>
background-color css
<style>
a { background-color: #576064; }
a { background-color: rgb(87,96,100); }
div.DivClassName
{
background-color: #576064;
}
.BgClassName
{
background-color: #576064;
}
</style>
border-color css
<style>
span { border-color: #576064; }
span { border-color: rgb(87,96,100); }
td.TdClassName
{
border-color: #576064;
}
.TagClassName
{
border-color: #576064;
}
</style>