Shades of Fiord #556068
Tints of Fiord #556068
RGB
CMYK
RGB Variations
Color information
#556068 (or 0x556068) is known color: Fiord. HEX triplet: 55, 60 and 68. RGB value is (85,96,104). Sum of RGB (Red+Green+Blue) = 85+96+104=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #556068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556068 is #AA9F97. Grayscale: #5D5D5D. Windows color (decimal): -11181976 or 6840405. OLE color: 6840405.
HSL color Cylindrical-coordinate representation of color #556068: hue angle of 205.26º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556068 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 96 | 104 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.59 |
| HSL | 205.26º | 0.1% | 0.37% | - |
| HSV(B) | 205.26º | 0.18% | 0.41% | - |
| XYZ | 10.43 | 11.3 | 14.73 | - |
| YUV | 93.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 104 | 0.18 | 0.08 | 0 | 0.59 | 205.26 | 0.1 | 0.37 |
| Hex | 55 | 60 | 68 | 12 | 8 | 0 | 3B | CD | A | 25 |
| Octal | 125 | 140 | 150 | 22 | 10 | 0 | 73 | 315 | 12 | 45 |
| Binary | 1010101 | 1100000 | 1101000 | 10010 | 1000 | 0 | 111011 | 11001101 | 1010 | 100101 |
Color Harmonies of #556068
Complementary color
Monochromatic Colors of #556068
Black with #556068
Text Example
Text Example
White with #556068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556068; }
p { color: rgb(85,96,104); }
H1.HeaderClassName
{
color: #556068;
}
.AnyTagClassName
{
color: #556068;
}
</style>
background-color css
<style>
a { background-color: #556068; }
a { background-color: rgb(85,96,104); }
div.DivClassName
{
background-color: #556068;
}
.BgClassName
{
background-color: #556068;
}
</style>
border-color css
<style>
span { border-color: #556068; }
span { border-color: rgb(85,96,104); }
td.TdClassName
{
border-color: #556068;
}
.TagClassName
{
border-color: #556068;
}
</style>