Shades of Cutty Sark #538F75
Tints of Cutty Sark #538F75
RGB
CMYK
RGB Variations
Color information
#538F75 (or 0x538F75) is known color: Cutty Sark. HEX triplet: 53, 8F and 75. RGB value is (83,143,117). Sum of RGB (Red+Green+Blue) = 83+143+117=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #538F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F75 is #AC708A. Grayscale: #7A7A7A. Windows color (decimal): -11301003 or 7704403. OLE color: 7704403.
HSL color Cylindrical-coordinate representation of color #538F75: hue angle of 154º 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 #538F75 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 117 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.44 |
| HSL | 154º | 0.27% | 0.44% | - |
| HSV(B) | 154º | 0.42% | 0.56% | - |
| XYZ | 16.6 | 22.77 | 20.35 | - |
| YUV | 122.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 117 | 0.42 | 0 | 0.18 | 0.44 | 154 | 0.27 | 0.44 |
| Hex | 53 | 8F | 75 | 2A | 0 | 12 | 2C | 9A | 1B | 2C |
| Octal | 123 | 217 | 165 | 52 | 0 | 22 | 54 | 232 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1110101 | 101010 | 0 | 10010 | 101100 | 10011010 | 11011 | 101100 |
Color Harmonies of #538F75
Complementary color
Monochromatic Colors of #538F75
Black with #538F75
Text Example
Text Example
White with #538F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F75; }
p { color: rgb(83,143,117); }
H1.HeaderClassName
{
color: #538F75;
}
.AnyTagClassName
{
color: #538F75;
}
</style>
background-color css
<style>
a { background-color: #538F75; }
a { background-color: rgb(83,143,117); }
div.DivClassName
{
background-color: #538F75;
}
.BgClassName
{
background-color: #538F75;
}
</style>
border-color css
<style>
span { border-color: #538F75; }
span { border-color: rgb(83,143,117); }
td.TdClassName
{
border-color: #538F75;
}
.TagClassName
{
border-color: #538F75;
}
</style>