Shades of Cutty Sark #52896C
Tints of Cutty Sark #52896C
RGB
CMYK
RGB Variations
Color information
#52896C (or 0x52896C) is known color: Cutty Sark. HEX triplet: 52, 89 and 6C. RGB value is (82,137,108). Sum of RGB (Red+Green+Blue) = 82+137+108=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #52896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52896C is #AD7693. Grayscale: #757575. Windows color (decimal): -11368084 or 7113042. OLE color: 7113042.
HSL color Cylindrical-coordinate representation of color #52896C: hue angle of 148.36º 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 #52896C is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 108 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.46 |
| HSL | 148.36º | 0.25% | 0.43% | - |
| HSV(B) | 148.36º | 0.4% | 0.54% | - |
| XYZ | 15.13 | 20.77 | 17.4 | - |
| YUV | 117.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 108 | 0.40 | 0 | 0.21 | 0.46 | 148.36 | 0.25 | 0.43 |
| Hex | 52 | 89 | 6C | 28 | 0 | 15 | 2E | 94 | 19 | 2B |
| Octal | 122 | 211 | 154 | 50 | 0 | 25 | 56 | 224 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1101100 | 101000 | 0 | 10101 | 101110 | 10010100 | 11001 | 101011 |
Color Harmonies of #52896C
Complementary color
Monochromatic Colors of #52896C
Black with #52896C
Text Example
Text Example
White with #52896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52896C; }
p { color: rgb(82,137,108); }
H1.HeaderClassName
{
color: #52896C;
}
.AnyTagClassName
{
color: #52896C;
}
</style>
background-color css
<style>
a { background-color: #52896C; }
a { background-color: rgb(82,137,108); }
div.DivClassName
{
background-color: #52896C;
}
.BgClassName
{
background-color: #52896C;
}
</style>
border-color css
<style>
span { border-color: #52896C; }
span { border-color: rgb(82,137,108); }
td.TdClassName
{
border-color: #52896C;
}
.TagClassName
{
border-color: #52896C;
}
</style>