Shades of Cutty Sark #52896A
Tints of Cutty Sark #52896A
RGB
CMYK
RGB Variations
Color information
#52896A (or 0x52896A) is known color: Cutty Sark. HEX triplet: 52, 89 and 6A. RGB value is (82,137,106). Sum of RGB (Red+Green+Blue) = 82+137+106=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #52896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52896A is #AD7695. Grayscale: #757575. Windows color (decimal): -11368086 or 6981970. OLE color: 6981970.
HSL color Cylindrical-coordinate representation of color #52896A: hue angle of 146.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52896A is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 106 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.46 |
| HSL | 146.18º | 0.25% | 0.43% | - |
| HSV(B) | 146.18º | 0.4% | 0.54% | - |
| XYZ | 15.03 | 20.73 | 16.84 | - |
| YUV | 117.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 106 | 0.40 | 0 | 0.23 | 0.46 | 146.18 | 0.25 | 0.43 |
| Hex | 52 | 89 | 6A | 28 | 0 | 17 | 2E | 92 | 19 | 2B |
| Octal | 122 | 211 | 152 | 50 | 0 | 27 | 56 | 222 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1101010 | 101000 | 0 | 10111 | 101110 | 10010010 | 11001 | 101011 |
Color Harmonies of #52896A
Complementary color
Monochromatic Colors of #52896A
Black with #52896A
Text Example
Text Example
White with #52896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52896A; }
p { color: rgb(82,137,106); }
H1.HeaderClassName
{
color: #52896A;
}
.AnyTagClassName
{
color: #52896A;
}
</style>
background-color css
<style>
a { background-color: #52896A; }
a { background-color: rgb(82,137,106); }
div.DivClassName
{
background-color: #52896A;
}
.BgClassName
{
background-color: #52896A;
}
</style>
border-color css
<style>
span { border-color: #52896A; }
span { border-color: rgb(82,137,106); }
td.TdClassName
{
border-color: #52896A;
}
.TagClassName
{
border-color: #52896A;
}
</style>