Shades of Finlandia #5F6B5E
Tints of Finlandia #5F6B5E
RGB
CMYK
RGB Variations
Color information
#5F6B5E (or 0x5F6B5E) is known color: Finlandia. HEX triplet: 5F, 6B and 5E. RGB value is (95,107,94). Sum of RGB (Red+Green+Blue) = 95+107+94=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B5E is #A094A1. Grayscale: #656565. Windows color (decimal): -10523810 or 6187871. OLE color: 6187871.
HSL color Cylindrical-coordinate representation of color #5F6B5E: hue angle of 115.38º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F6B5E is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 95 | 107 | 94 | - |
CMYK | 0.11 | 0 | 0.12 | 0.58 |
HSL | 115.38º | 0.06% | 0.39% | - |
HSV(B) | 115.38º | 0.12% | 0.42% | - |
XYZ | 12 | 13.76 | 12.61 | - |
YUV | 101.93 | 123.52 | 123.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 95 | 107 | 94 | 0.11 | 0 | 0.12 | 0.58 | 115.38 | 0.06 | 0.39 |
Hex | 5F | 6B | 5E | B | 0 | C | 3A | 73 | 6 | 27 |
Octal | 137 | 153 | 136 | 13 | 0 | 14 | 72 | 163 | 6 | 47 |
Binary | 1011111 | 1101011 | 1011110 | 1011 | 0 | 1100 | 111010 | 1110011 | 110 | 100111 |
Color Harmonies of #5F6B5E
Complementary color
Monochromatic Colors of #5F6B5E
Black with #5F6B5E
Text Example
Text Example
White with #5F6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6B5E; }
p { color: rgb(95,107,94); }
H1.HeaderClassName
{
color: #5F6B5E;
}
.AnyTagClassName
{
color: #5F6B5E;
}
</style>
background-color css
<style>
a { background-color: #5F6B5E; }
a { background-color: rgb(95,107,94); }
div.DivClassName
{
background-color: #5F6B5E;
}
.BgClassName
{
background-color: #5F6B5E;
}
</style>
border-color css
<style>
span { border-color: #5F6B5E; }
span { border-color: rgb(95,107,94); }
td.TdClassName
{
border-color: #5F6B5E;
}
.TagClassName
{
border-color: #5F6B5E;
}
</style>