Shades of Cutty Sark #528B71
Tints of Cutty Sark #528B71
RGB
CMYK
RGB Variations
Color information
#528B71 (or 0x528B71) is known color: Cutty Sark. HEX triplet: 52, 8B and 71. RGB value is (82,139,113). Sum of RGB (Red+Green+Blue) = 82+139+113=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #528B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B71 is #AD748E. Grayscale: #777777. Windows color (decimal): -11367567 or 7441234. OLE color: 7441234.
HSL color Cylindrical-coordinate representation of color #528B71: hue angle of 152.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528B71 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 113 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.45 |
| HSL | 152.63º | 0.26% | 0.43% | - |
| HSV(B) | 152.63º | 0.41% | 0.55% | - |
| XYZ | 15.69 | 21.45 | 18.94 | - |
| YUV | 118.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 113 | 0.41 | 0 | 0.19 | 0.45 | 152.63 | 0.26 | 0.43 |
| Hex | 52 | 8B | 71 | 29 | 0 | 13 | 2D | 99 | 1A | 2B |
| Octal | 122 | 213 | 161 | 51 | 0 | 23 | 55 | 231 | 32 | 53 |
| Binary | 1010010 | 10001011 | 1110001 | 101001 | 0 | 10011 | 101101 | 10011001 | 11010 | 101011 |
Color Harmonies of #528B71
Complementary color
Monochromatic Colors of #528B71
Black with #528B71
Text Example
Text Example
White with #528B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B71; }
p { color: rgb(82,139,113); }
H1.HeaderClassName
{
color: #528B71;
}
.AnyTagClassName
{
color: #528B71;
}
</style>
background-color css
<style>
a { background-color: #528B71; }
a { background-color: rgb(82,139,113); }
div.DivClassName
{
background-color: #528B71;
}
.BgClassName
{
background-color: #528B71;
}
</style>
border-color css
<style>
span { border-color: #528B71; }
span { border-color: rgb(82,139,113); }
td.TdClassName
{
border-color: #528B71;
}
.TagClassName
{
border-color: #528B71;
}
</style>