Shades of Cutty Sark #538F74
Tints of Cutty Sark #538F74
RGB
CMYK
RGB Variations
Color information
#538F74 (or 0x538F74) is known color: Cutty Sark. HEX triplet: 53, 8F and 74. RGB value is (83,143,116). Sum of RGB (Red+Green+Blue) = 83+143+116=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 143 - color contains mainly: green. Hex color #538F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F74 is #AC708B. Grayscale: #7A7A7A. Windows color (decimal): -11301004 or 7638867. OLE color: 7638867.
HSL color Cylindrical-coordinate representation of color #538F74: hue angle of 153º degrees, saturation: 0.27, 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 #538F74 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 116 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.44 |
| HSL | 153º | 0.27% | 0.44% | - |
| HSV(B) | 153º | 0.42% | 0.56% | - |
| XYZ | 16.54 | 22.74 | 20.04 | - |
| YUV | 121.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 116 | 0.42 | 0 | 0.19 | 0.44 | 153 | 0.27 | 0.44 |
| Hex | 53 | 8F | 74 | 2A | 0 | 13 | 2C | 99 | 1B | 2C |
| Octal | 123 | 217 | 164 | 52 | 0 | 23 | 54 | 231 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1110100 | 101010 | 0 | 10011 | 101100 | 10011001 | 11011 | 101100 |
Color Harmonies of #538F74
Complementary color
Monochromatic Colors of #538F74
Black with #538F74
Text Example
Text Example
White with #538F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F74; }
p { color: rgb(83,143,116); }
H1.HeaderClassName
{
color: #538F74;
}
.AnyTagClassName
{
color: #538F74;
}
</style>
background-color css
<style>
a { background-color: #538F74; }
a { background-color: rgb(83,143,116); }
div.DivClassName
{
background-color: #538F74;
}
.BgClassName
{
background-color: #538F74;
}
</style>
border-color css
<style>
span { border-color: #538F74; }
span { border-color: rgb(83,143,116); }
td.TdClassName
{
border-color: #538F74;
}
.TagClassName
{
border-color: #538F74;
}
</style>