Shades of Fiord #5A6063
Tints of Fiord #5A6063
RGB
CMYK
RGB Variations
Color information
#5A6063 (or 0x5A6063) is known color: Fiord. HEX triplet: 5A, 60 and 63. RGB value is (90,96,99). Sum of RGB (Red+Green+Blue) = 90+96+99=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A6063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6063 is #A59F9C. Grayscale: #5E5E5E. Windows color (decimal): -10854301 or 6512730. OLE color: 6512730.
HSL color Cylindrical-coordinate representation of color #5A6063: hue angle of 200º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A6063 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 96 | 99 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.61 |
| HSL | 200º | 0.05% | 0.37% | - |
| HSV(B) | 200º | 0.09% | 0.39% | - |
| XYZ | 10.65 | 11.44 | 13.45 | - |
| YUV | 94.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 99 | 0.09 | 0.03 | 0 | 0.61 | 200 | 0.05 | 0.37 |
| Hex | 5A | 60 | 63 | 9 | 3 | 0 | 3D | C8 | 5 | 25 |
| Octal | 132 | 140 | 143 | 11 | 3 | 0 | 75 | 310 | 5 | 45 |
| Binary | 1011010 | 1100000 | 1100011 | 1001 | 11 | 0 | 111101 | 11001000 | 101 | 100101 |
Color Harmonies of #5A6063
Complementary color
Monochromatic Colors of #5A6063
Black with #5A6063
Text Example
Text Example
White with #5A6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6063; }
p { color: rgb(90,96,99); }
H1.HeaderClassName
{
color: #5A6063;
}
.AnyTagClassName
{
color: #5A6063;
}
</style>
background-color css
<style>
a { background-color: #5A6063; }
a { background-color: rgb(90,96,99); }
div.DivClassName
{
background-color: #5A6063;
}
.BgClassName
{
background-color: #5A6063;
}
</style>
border-color css
<style>
span { border-color: #5A6063; }
span { border-color: rgb(90,96,99); }
td.TdClassName
{
border-color: #5A6063;
}
.TagClassName
{
border-color: #5A6063;
}
</style>