Shades of Cutty Sark #528A74
Tints of Cutty Sark #528A74
RGB
CMYK
RGB Variations
Color information
#528A74 (or 0x528A74) is known color: Cutty Sark. HEX triplet: 52, 8A and 74. RGB value is (82,138,116). Sum of RGB (Red+Green+Blue) = 82+138+116=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #528A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A74 is #AD758B. Grayscale: #767676. Windows color (decimal): -11367820 or 7637586. OLE color: 7637586.
HSL color Cylindrical-coordinate representation of color #528A74: hue angle of 156.43º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528A74 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 116 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.46 |
| HSL | 156.43º | 0.25% | 0.43% | - |
| HSV(B) | 156.43º | 0.41% | 0.54% | - |
| XYZ | 15.72 | 21.23 | 19.79 | - |
| YUV | 118.75 | 126.45 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 116 | 0.41 | 0 | 0.16 | 0.46 | 156.43 | 0.25 | 0.43 |
| Hex | 52 | 8A | 74 | 29 | 0 | 10 | 2E | 9C | 19 | 2B |
| Octal | 122 | 212 | 164 | 51 | 0 | 20 | 56 | 234 | 31 | 53 |
| Binary | 1010010 | 10001010 | 1110100 | 101001 | 0 | 10000 | 101110 | 10011100 | 11001 | 101011 |
Color Harmonies of #528A74
Complementary color
Monochromatic Colors of #528A74
Black with #528A74
Text Example
Text Example
White with #528A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A74; }
p { color: rgb(82,138,116); }
H1.HeaderClassName
{
color: #528A74;
}
.AnyTagClassName
{
color: #528A74;
}
</style>
background-color css
<style>
a { background-color: #528A74; }
a { background-color: rgb(82,138,116); }
div.DivClassName
{
background-color: #528A74;
}
.BgClassName
{
background-color: #528A74;
}
</style>
border-color css
<style>
span { border-color: #528A74; }
span { border-color: rgb(82,138,116); }
td.TdClassName
{
border-color: #528A74;
}
.TagClassName
{
border-color: #528A74;
}
</style>