Shades of Cutty Sark #538173
Tints of Cutty Sark #538173
RGB
CMYK
RGB Variations
Color information
#538173 (or 0x538173) is known color: Cutty Sark. HEX triplet: 53, 81 and 73. RGB value is (83,129,115). Sum of RGB (Red+Green+Blue) = 83+129+115=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #538173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538173 is #AC7E8C. Grayscale: #717171. Windows color (decimal): -11304589 or 7569747. OLE color: 7569747.
HSL color Cylindrical-coordinate representation of color #538173: hue angle of 161.74º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538173 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 129 | 115 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.49 |
| HSL | 161.74º | 0.22% | 0.42% | - |
| HSV(B) | 161.74º | 0.36% | 0.51% | - |
| XYZ | 14.51 | 18.78 | 19.08 | - |
| YUV | 113.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 115 | 0.36 | 0 | 0.11 | 0.49 | 161.74 | 0.22 | 0.42 |
| Hex | 53 | 81 | 73 | 24 | 0 | B | 31 | A2 | 16 | 2A |
| Octal | 123 | 201 | 163 | 44 | 0 | 13 | 61 | 242 | 26 | 52 |
| Binary | 1010011 | 10000001 | 1110011 | 100100 | 0 | 1011 | 110001 | 10100010 | 10110 | 101010 |
Color Harmonies of #538173
Complementary color
Monochromatic Colors of #538173
Black with #538173
Text Example
Text Example
White with #538173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538173; }
p { color: rgb(83,129,115); }
H1.HeaderClassName
{
color: #538173;
}
.AnyTagClassName
{
color: #538173;
}
</style>
background-color css
<style>
a { background-color: #538173; }
a { background-color: rgb(83,129,115); }
div.DivClassName
{
background-color: #538173;
}
.BgClassName
{
background-color: #538173;
}
</style>
border-color css
<style>
span { border-color: #538173; }
span { border-color: rgb(83,129,115); }
td.TdClassName
{
border-color: #538173;
}
.TagClassName
{
border-color: #538173;
}
</style>