Shades of Evening Sea #27554A
Tints of Evening Sea #27554A
RGB
CMYK
RGB Variations
Color information
#27554A (or 0x27554A) is known color: Evening Sea. HEX triplet: 27, 55 and 4A. RGB value is (39,85,74). Sum of RGB (Red+Green+Blue) = 39+85+74=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #27554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27554A is #D8AAB5. Grayscale: #454545. Windows color (decimal): -14199478 or 4871463. OLE color: 4871463.
HSL color Cylindrical-coordinate representation of color #27554A: hue angle of 165.65º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #27554A is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 85 | 74 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.67 |
| HSL | 165.65º | 0.37% | 0.24% | - |
| HSV(B) | 165.65º | 0.54% | 0.33% | - |
| XYZ | 5.32 | 7.42 | 7.63 | - |
| YUV | 69.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 74 | 0.54 | 0 | 0.13 | 0.67 | 165.65 | 0.37 | 0.24 |
| Hex | 27 | 55 | 4A | 36 | 0 | D | 43 | A6 | 25 | 18 |
| Octal | 47 | 125 | 112 | 66 | 0 | 15 | 103 | 246 | 45 | 30 |
| Binary | 100111 | 1010101 | 1001010 | 110110 | 0 | 1101 | 1000011 | 10100110 | 100101 | 11000 |
Color Harmonies of #27554A
Complementary color
Monochromatic Colors of #27554A
Black with #27554A
Text Example
Text Example
White with #27554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27554A; }
p { color: rgb(39,85,74); }
H1.HeaderClassName
{
color: #27554A;
}
.AnyTagClassName
{
color: #27554A;
}
</style>
background-color css
<style>
a { background-color: #27554A; }
a { background-color: rgb(39,85,74); }
div.DivClassName
{
background-color: #27554A;
}
.BgClassName
{
background-color: #27554A;
}
</style>
border-color css
<style>
span { border-color: #27554A; }
span { border-color: rgb(39,85,74); }
td.TdClassName
{
border-color: #27554A;
}
.TagClassName
{
border-color: #27554A;
}
</style>