Shades of Fiord #5B6062
Tints of Fiord #5B6062
RGB
CMYK
RGB Variations
Color information
#5B6062 (or 0x5B6062) is known color: Fiord. HEX triplet: 5B, 60 and 62. RGB value is (91,96,98). Sum of RGB (Red+Green+Blue) = 91+96+98=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B6062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6062 is #A49F9D. Grayscale: #5E5E5E. Windows color (decimal): -10788766 or 6447195. OLE color: 6447195.
HSL color Cylindrical-coordinate representation of color #5B6062: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B6062 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 98 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.62 |
| HSL | 197.14º | 0.04% | 0.37% | - |
| HSV(B) | 197.14º | 0.07% | 0.38% | - |
| XYZ | 10.7 | 11.47 | 13.21 | - |
| YUV | 94.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 98 | 0.07 | 0.02 | 0 | 0.62 | 197.14 | 0.04 | 0.37 |
| Hex | 5B | 60 | 62 | 7 | 2 | 0 | 3E | C5 | 4 | 25 |
| Octal | 133 | 140 | 142 | 7 | 2 | 0 | 76 | 305 | 4 | 45 |
| Binary | 1011011 | 1100000 | 1100010 | 111 | 10 | 0 | 111110 | 11000101 | 100 | 100101 |
Color Harmonies of #5B6062
Complementary color
Monochromatic Colors of #5B6062
Black with #5B6062
Text Example
Text Example
White with #5B6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6062; }
p { color: rgb(91,96,98); }
H1.HeaderClassName
{
color: #5B6062;
}
.AnyTagClassName
{
color: #5B6062;
}
</style>
background-color css
<style>
a { background-color: #5B6062; }
a { background-color: rgb(91,96,98); }
div.DivClassName
{
background-color: #5B6062;
}
.BgClassName
{
background-color: #5B6062;
}
</style>
border-color css
<style>
span { border-color: #5B6062; }
span { border-color: rgb(91,96,98); }
td.TdClassName
{
border-color: #5B6062;
}
.TagClassName
{
border-color: #5B6062;
}
</style>