Shades of Cutty Sark #538E7A
Tints of Cutty Sark #538E7A
RGB
CMYK
RGB Variations
Color information
#538E7A (or 0x538E7A) is known color: Cutty Sark. HEX triplet: 53, 8E and 7A. RGB value is (83,142,122). Sum of RGB (Red+Green+Blue) = 83+142+122=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #538E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E7A is #AC7185. Grayscale: #7A7A7A. Windows color (decimal): -11301254 or 8031827. OLE color: 8031827.
HSL color Cylindrical-coordinate representation of color #538E7A: hue angle of 159.66º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E7A is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 142 | 122 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.44 |
| HSL | 159.66º | 0.26% | 0.44% | - |
| HSV(B) | 159.66º | 0.42% | 0.56% | - |
| XYZ | 16.75 | 22.59 | 21.89 | - |
| YUV | 122.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 122 | 0.42 | 0 | 0.14 | 0.44 | 159.66 | 0.26 | 0.44 |
| Hex | 53 | 8E | 7A | 2A | 0 | E | 2C | A0 | 1A | 2C |
| Octal | 123 | 216 | 172 | 52 | 0 | 16 | 54 | 240 | 32 | 54 |
| Binary | 1010011 | 10001110 | 1111010 | 101010 | 0 | 1110 | 101100 | 10100000 | 11010 | 101100 |
Color Harmonies of #538E7A
Complementary color
Monochromatic Colors of #538E7A
Black with #538E7A
Text Example
Text Example
White with #538E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538E7A; }
p { color: rgb(83,142,122); }
H1.HeaderClassName
{
color: #538E7A;
}
.AnyTagClassName
{
color: #538E7A;
}
</style>
background-color css
<style>
a { background-color: #538E7A; }
a { background-color: rgb(83,142,122); }
div.DivClassName
{
background-color: #538E7A;
}
.BgClassName
{
background-color: #538E7A;
}
</style>
border-color css
<style>
span { border-color: #538E7A; }
span { border-color: rgb(83,142,122); }
td.TdClassName
{
border-color: #538E7A;
}
.TagClassName
{
border-color: #538E7A;
}
</style>