Shades of Cutty Sark #52836B
Tints of Cutty Sark #52836B
RGB
CMYK
RGB Variations
Color information
#52836B (or 0x52836B) is known color: Cutty Sark. HEX triplet: 52, 83 and 6B. RGB value is (82,131,107). Sum of RGB (Red+Green+Blue) = 82+131+107=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #52836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52836B is #AD7C94. Grayscale: #717171. Windows color (decimal): -11369621 or 7045970. OLE color: 7045970.
HSL color Cylindrical-coordinate representation of color #52836B: hue angle of 150.61º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52836B is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 131 | 107 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.49 |
| HSL | 150.61º | 0.23% | 0.42% | - |
| HSV(B) | 150.61º | 0.37% | 0.51% | - |
| XYZ | 14.25 | 19.09 | 16.84 | - |
| YUV | 113.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 107 | 0.37 | 0 | 0.18 | 0.49 | 150.61 | 0.23 | 0.42 |
| Hex | 52 | 83 | 6B | 25 | 0 | 12 | 31 | 97 | 17 | 2A |
| Octal | 122 | 203 | 153 | 45 | 0 | 22 | 61 | 227 | 27 | 52 |
| Binary | 1010010 | 10000011 | 1101011 | 100101 | 0 | 10010 | 110001 | 10010111 | 10111 | 101010 |
Color Harmonies of #52836B
Complementary color
Monochromatic Colors of #52836B
Black with #52836B
Text Example
Text Example
White with #52836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52836B; }
p { color: rgb(82,131,107); }
H1.HeaderClassName
{
color: #52836B;
}
.AnyTagClassName
{
color: #52836B;
}
</style>
background-color css
<style>
a { background-color: #52836B; }
a { background-color: rgb(82,131,107); }
div.DivClassName
{
background-color: #52836B;
}
.BgClassName
{
background-color: #52836B;
}
</style>
border-color css
<style>
span { border-color: #52836B; }
span { border-color: rgb(82,131,107); }
td.TdClassName
{
border-color: #52836B;
}
.TagClassName
{
border-color: #52836B;
}
</style>