Shades of Fiord #575A5C
Tints of Fiord #575A5C
RGB
CMYK
RGB Variations
Color information
#575A5C (or 0x575A5C) is known color: Fiord. HEX triplet: 57, 5A and 5C. RGB value is (87,90,92). Sum of RGB (Red+Green+Blue) = 87+90+92=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 92 - color contains mainly: blue. Hex color #575A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A5C is #A8A5A3. Grayscale: #595959. Windows color (decimal): -11052452 or 6052439. OLE color: 6052439.
HSL color Cylindrical-coordinate representation of color #575A5C: hue angle of 204º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #575A5C is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 90 | 92 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.64 |
| HSL | 204º | 0.03% | 0.35% | - |
| HSV(B) | 204º | 0.05% | 0.36% | - |
| XYZ | 9.52 | 10.11 | 11.58 | - |
| YUV | 89.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 92 | 0.05 | 0.02 | 0 | 0.64 | 204 | 0.03 | 0.35 |
| Hex | 57 | 5A | 5C | 5 | 2 | 0 | 40 | CC | 3 | 23 |
| Octal | 127 | 132 | 134 | 5 | 2 | 0 | 100 | 314 | 3 | 43 |
| Binary | 1010111 | 1011010 | 1011100 | 101 | 10 | 0 | 1000000 | 11001100 | 11 | 100011 |
Color Harmonies of #575A5C
Complementary color
Monochromatic Colors of #575A5C
Black with #575A5C
Text Example
Text Example
White with #575A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A5C; }
p { color: rgb(87,90,92); }
H1.HeaderClassName
{
color: #575A5C;
}
.AnyTagClassName
{
color: #575A5C;
}
</style>
background-color css
<style>
a { background-color: #575A5C; }
a { background-color: rgb(87,90,92); }
div.DivClassName
{
background-color: #575A5C;
}
.BgClassName
{
background-color: #575A5C;
}
</style>
border-color css
<style>
span { border-color: #575A5C; }
span { border-color: rgb(87,90,92); }
td.TdClassName
{
border-color: #575A5C;
}
.TagClassName
{
border-color: #575A5C;
}
</style>