Shades of Cutty Sark #528C6C
Tints of Cutty Sark #528C6C
RGB
CMYK
RGB Variations
Color information
#528C6C (or 0x528C6C) is known color: Cutty Sark. HEX triplet: 52, 8C and 6C. RGB value is (82,140,108). Sum of RGB (Red+Green+Blue) = 82+140+108=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #528C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C6C is #AD7393. Grayscale: #777777. Windows color (decimal): -11367316 or 7113810. OLE color: 7113810.
HSL color Cylindrical-coordinate representation of color #528C6C: hue angle of 146.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528C6C is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 108 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.45 |
| HSL | 146.9º | 0.26% | 0.44% | - |
| HSV(B) | 146.9º | 0.41% | 0.55% | - |
| XYZ | 15.56 | 21.63 | 17.54 | - |
| YUV | 119.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 108 | 0.41 | 0 | 0.23 | 0.45 | 146.9 | 0.26 | 0.44 |
| Hex | 52 | 8C | 6C | 29 | 0 | 17 | 2D | 93 | 1A | 2C |
| Octal | 122 | 214 | 154 | 51 | 0 | 27 | 55 | 223 | 32 | 54 |
| Binary | 1010010 | 10001100 | 1101100 | 101001 | 0 | 10111 | 101101 | 10010011 | 11010 | 101100 |
Color Harmonies of #528C6C
Complementary color
Monochromatic Colors of #528C6C
Black with #528C6C
Text Example
Text Example
White with #528C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C6C; }
p { color: rgb(82,140,108); }
H1.HeaderClassName
{
color: #528C6C;
}
.AnyTagClassName
{
color: #528C6C;
}
</style>
background-color css
<style>
a { background-color: #528C6C; }
a { background-color: rgb(82,140,108); }
div.DivClassName
{
background-color: #528C6C;
}
.BgClassName
{
background-color: #528C6C;
}
</style>
border-color css
<style>
span { border-color: #528C6C; }
span { border-color: rgb(82,140,108); }
td.TdClassName
{
border-color: #528C6C;
}
.TagClassName
{
border-color: #528C6C;
}
</style>