Shades of Fiord #575E63
Tints of Fiord #575E63
RGB
CMYK
RGB Variations
Color information
#575E63 (or 0x575E63) is known color: Fiord. HEX triplet: 57, 5E and 63. RGB value is (87,94,99). Sum of RGB (Red+Green+Blue) = 87+94+99=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #575E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E63 is #A8A19C. Grayscale: #5C5C5C. Windows color (decimal): -11051421 or 6512215. OLE color: 6512215.
HSL color Cylindrical-coordinate representation of color #575E63: hue angle of 205º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575E63 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 94 | 99 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.61 |
| HSL | 205º | 0.06% | 0.36% | - |
| HSV(B) | 205º | 0.12% | 0.39% | - |
| XYZ | 10.19 | 10.93 | 13.38 | - |
| YUV | 92.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 99 | 0.12 | 0.05 | 0 | 0.61 | 205 | 0.06 | 0.36 |
| Hex | 57 | 5E | 63 | C | 5 | 0 | 3D | CD | 6 | 24 |
| Octal | 127 | 136 | 143 | 14 | 5 | 0 | 75 | 315 | 6 | 44 |
| Binary | 1010111 | 1011110 | 1100011 | 1100 | 101 | 0 | 111101 | 11001101 | 110 | 100100 |
Color Harmonies of #575E63
Complementary color
Monochromatic Colors of #575E63
Black with #575E63
Text Example
Text Example
White with #575E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E63; }
p { color: rgb(87,94,99); }
H1.HeaderClassName
{
color: #575E63;
}
.AnyTagClassName
{
color: #575E63;
}
</style>
background-color css
<style>
a { background-color: #575E63; }
a { background-color: rgb(87,94,99); }
div.DivClassName
{
background-color: #575E63;
}
.BgClassName
{
background-color: #575E63;
}
</style>
border-color css
<style>
span { border-color: #575E63; }
span { border-color: rgb(87,94,99); }
td.TdClassName
{
border-color: #575E63;
}
.TagClassName
{
border-color: #575E63;
}
</style>