Shades of Cutty Sark #52896E
Tints of Cutty Sark #52896E
RGB
CMYK
RGB Variations
Color information
#52896E (or 0x52896E) is known color: Cutty Sark. HEX triplet: 52, 89 and 6E. RGB value is (82,137,110). Sum of RGB (Red+Green+Blue) = 82+137+110=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #52896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52896E is #AD7691. Grayscale: #757575. Windows color (decimal): -11368082 or 7244114. OLE color: 7244114.
HSL color Cylindrical-coordinate representation of color #52896E: hue angle of 150.55º 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 #52896E is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 110 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.46 |
| HSL | 150.55º | 0.25% | 0.43% | - |
| HSV(B) | 150.55º | 0.4% | 0.54% | - |
| XYZ | 15.24 | 20.81 | 17.97 | - |
| YUV | 117.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 110 | 0.40 | 0 | 0.20 | 0.46 | 150.55 | 0.25 | 0.43 |
| Hex | 52 | 89 | 6E | 28 | 0 | 14 | 2E | 97 | 19 | 2B |
| Octal | 122 | 211 | 156 | 50 | 0 | 24 | 56 | 227 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1101110 | 101000 | 0 | 10100 | 101110 | 10010111 | 11001 | 101011 |
Color Harmonies of #52896E
Complementary color
Monochromatic Colors of #52896E
Black with #52896E
Text Example
Text Example
White with #52896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52896E; }
p { color: rgb(82,137,110); }
H1.HeaderClassName
{
color: #52896E;
}
.AnyTagClassName
{
color: #52896E;
}
</style>
background-color css
<style>
a { background-color: #52896E; }
a { background-color: rgb(82,137,110); }
div.DivClassName
{
background-color: #52896E;
}
.BgClassName
{
background-color: #52896E;
}
</style>
border-color css
<style>
span { border-color: #52896E; }
span { border-color: rgb(82,137,110); }
td.TdClassName
{
border-color: #52896E;
}
.TagClassName
{
border-color: #52896E;
}
</style>