Shades of Cutty Sark #529074
Tints of Cutty Sark #529074
RGB
CMYK
RGB Variations
Color information
#529074 (or 0x529074) is known color: Cutty Sark. HEX triplet: 52, 90 and 74. RGB value is (82,144,116). Sum of RGB (Red+Green+Blue) = 82+144+116=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #529074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529074 is #AD6F8B. Grayscale: #7A7A7A. Windows color (decimal): -11366284 or 7639122. OLE color: 7639122.
HSL color Cylindrical-coordinate representation of color #529074: hue angle of 152.9º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529074 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 116 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.44 |
| HSL | 152.9º | 0.27% | 0.44% | - |
| HSV(B) | 152.9º | 0.43% | 0.56% | - |
| XYZ | 16.61 | 23 | 20.09 | - |
| YUV | 122.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 116 | 0.43 | 0 | 0.19 | 0.44 | 152.9 | 0.27 | 0.44 |
| Hex | 52 | 90 | 74 | 2B | 0 | 13 | 2C | 99 | 1B | 2C |
| Octal | 122 | 220 | 164 | 53 | 0 | 23 | 54 | 231 | 33 | 54 |
| Binary | 1010010 | 10010000 | 1110100 | 101011 | 0 | 10011 | 101100 | 10011001 | 11011 | 101100 |
Color Harmonies of #529074
Complementary color
Monochromatic Colors of #529074
Black with #529074
Text Example
Text Example
White with #529074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529074; }
p { color: rgb(82,144,116); }
H1.HeaderClassName
{
color: #529074;
}
.AnyTagClassName
{
color: #529074;
}
</style>
background-color css
<style>
a { background-color: #529074; }
a { background-color: rgb(82,144,116); }
div.DivClassName
{
background-color: #529074;
}
.BgClassName
{
background-color: #529074;
}
</style>
border-color css
<style>
span { border-color: #529074; }
span { border-color: rgb(82,144,116); }
td.TdClassName
{
border-color: #529074;
}
.TagClassName
{
border-color: #529074;
}
</style>