Shades of Finlandia #5D7B5A
Tints of Finlandia #5D7B5A
RGB
CMYK
RGB Variations
Color information
#5D7B5A (or 0x5D7B5A) is known color: Finlandia. HEX triplet: 5D, 7B and 5A. RGB value is (93,123,90). Sum of RGB (Red+Green+Blue) = 93+123+90=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #5D7B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7B5A is #A284A5. Grayscale: #6E6E6E. Windows color (decimal): -10650790 or 5929821. OLE color: 5929821.
HSL color Cylindrical-coordinate representation of color #5D7B5A: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D7B5A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
RGB | 93 | 123 | 90 | - |
CMYK | 0.24 | 0 | 0.27 | 0.52 |
HSL | 114.55º | 0.15% | 0.42% | - |
HSV(B) | 114.55º | 0.27% | 0.48% | - |
XYZ | 13.44 | 17.23 | 12.29 | - |
YUV | 110.27 | 116.56 | 115.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 123 | 90 | 0.24 | 0 | 0.27 | 0.52 | 114.55 | 0.15 | 0.42 |
Hex | 5D | 7B | 5A | 18 | 0 | 1B | 34 | 73 | F | 2A |
Octal | 135 | 173 | 132 | 30 | 0 | 33 | 64 | 163 | 17 | 52 |
Binary | 1011101 | 1111011 | 1011010 | 11000 | 0 | 11011 | 110100 | 1110011 | 1111 | 101010 |
Color Harmonies of #5D7B5A
Complementary color
Monochromatic Colors of #5D7B5A
Black with #5D7B5A
Text Example
Text Example
White with #5D7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7B5A; }
p { color: rgb(93,123,90); }
H1.HeaderClassName
{
color: #5D7B5A;
}
.AnyTagClassName
{
color: #5D7B5A;
}
</style>
background-color css
<style>
a { background-color: #5D7B5A; }
a { background-color: rgb(93,123,90); }
div.DivClassName
{
background-color: #5D7B5A;
}
.BgClassName
{
background-color: #5D7B5A;
}
</style>
border-color css
<style>
span { border-color: #5D7B5A; }
span { border-color: rgb(93,123,90); }
td.TdClassName
{
border-color: #5D7B5A;
}
.TagClassName
{
border-color: #5D7B5A;
}
</style>