Shades of Fiord #575F63
Tints of Fiord #575F63
RGB
CMYK
RGB Variations
Color information
#575F63 (or 0x575F63) is known color: Fiord. HEX triplet: 57, 5F and 63. RGB value is (87,95,99). Sum of RGB (Red+Green+Blue) = 87+95+99=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #575F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F63 is #A8A09C. Grayscale: #5D5D5D. Windows color (decimal): -11051165 or 6512471. OLE color: 6512471.
HSL color Cylindrical-coordinate representation of color #575F63: hue angle of 200º 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 #575F63 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 95 | 99 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.61 |
| HSL | 200º | 0.06% | 0.36% | - |
| HSV(B) | 200º | 0.12% | 0.39% | - |
| XYZ | 10.27 | 11.11 | 13.41 | - |
| YUV | 93.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 99 | 0.12 | 0.04 | 0 | 0.61 | 200 | 0.06 | 0.36 |
| Hex | 57 | 5F | 63 | C | 4 | 0 | 3D | C8 | 6 | 24 |
| Octal | 127 | 137 | 143 | 14 | 4 | 0 | 75 | 310 | 6 | 44 |
| Binary | 1010111 | 1011111 | 1100011 | 1100 | 100 | 0 | 111101 | 11001000 | 110 | 100100 |
Color Harmonies of #575F63
Complementary color
Monochromatic Colors of #575F63
Black with #575F63
Text Example
Text Example
White with #575F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F63; }
p { color: rgb(87,95,99); }
H1.HeaderClassName
{
color: #575F63;
}
.AnyTagClassName
{
color: #575F63;
}
</style>
background-color css
<style>
a { background-color: #575F63; }
a { background-color: rgb(87,95,99); }
div.DivClassName
{
background-color: #575F63;
}
.BgClassName
{
background-color: #575F63;
}
</style>
border-color css
<style>
span { border-color: #575F63; }
span { border-color: rgb(87,95,99); }
td.TdClassName
{
border-color: #575F63;
}
.TagClassName
{
border-color: #575F63;
}
</style>