Shades of Cutty Sark #5E817A
Tints of Cutty Sark #5E817A
RGB
CMYK
RGB Variations
Color information
#5E817A (or 0x5E817A) is known color: Cutty Sark. HEX triplet: 5E, 81 and 7A. RGB value is (94,129,122). Sum of RGB (Red+Green+Blue) = 94+129+122=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #5E817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E817A is #A17E85. Grayscale: #757575. Windows color (decimal): -10583686 or 8028510. OLE color: 8028510.
HSL color Cylindrical-coordinate representation of color #5E817A: hue angle of 168º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E817A is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 122 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.49 |
| HSL | 168º | 0.16% | 0.44% | - |
| HSV(B) | 168º | 0.27% | 0.51% | - |
| XYZ | 15.98 | 19.49 | 21.33 | - |
| YUV | 117.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 122 | 0.27 | 0 | 0.05 | 0.49 | 168 | 0.16 | 0.44 |
| Hex | 5E | 81 | 7A | 1B | 0 | 5 | 31 | A8 | 10 | 2C |
| Octal | 136 | 201 | 172 | 33 | 0 | 5 | 61 | 250 | 20 | 54 |
| Binary | 1011110 | 10000001 | 1111010 | 11011 | 0 | 101 | 110001 | 10101000 | 10000 | 101100 |
Color Harmonies of #5E817A
Complementary color
Monochromatic Colors of #5E817A
Black with #5E817A
Text Example
Text Example
White with #5E817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E817A; }
p { color: rgb(94,129,122); }
H1.HeaderClassName
{
color: #5E817A;
}
.AnyTagClassName
{
color: #5E817A;
}
</style>
background-color css
<style>
a { background-color: #5E817A; }
a { background-color: rgb(94,129,122); }
div.DivClassName
{
background-color: #5E817A;
}
.BgClassName
{
background-color: #5E817A;
}
</style>
border-color css
<style>
span { border-color: #5E817A; }
span { border-color: rgb(94,129,122); }
td.TdClassName
{
border-color: #5E817A;
}
.TagClassName
{
border-color: #5E817A;
}
</style>