Shades of Cutty Sark #528B74
Tints of Cutty Sark #528B74
RGB
CMYK
RGB Variations
Color information
#528B74 (or 0x528B74) is known color: Cutty Sark. HEX triplet: 52, 8B and 74. RGB value is (82,139,116). Sum of RGB (Red+Green+Blue) = 82+139+116=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #528B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B74 is #AD748B. Grayscale: #777777. Windows color (decimal): -11367564 or 7637842. OLE color: 7637842.
HSL color Cylindrical-coordinate representation of color #528B74: hue angle of 155.79º 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 #528B74 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 139 | 116 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.45 |
| HSL | 155.79º | 0.26% | 0.43% | - |
| HSV(B) | 155.79º | 0.41% | 0.55% | - |
| XYZ | 15.86 | 21.52 | 19.84 | - |
| YUV | 119.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 116 | 0.41 | 0 | 0.17 | 0.45 | 155.79 | 0.26 | 0.43 |
| Hex | 52 | 8B | 74 | 29 | 0 | 11 | 2D | 9C | 1A | 2B |
| Octal | 122 | 213 | 164 | 51 | 0 | 21 | 55 | 234 | 32 | 53 |
| Binary | 1010010 | 10001011 | 1110100 | 101001 | 0 | 10001 | 101101 | 10011100 | 11010 | 101011 |
Color Harmonies of #528B74
Complementary color
Monochromatic Colors of #528B74
Black with #528B74
Text Example
Text Example
White with #528B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528B74; }
p { color: rgb(82,139,116); }
H1.HeaderClassName
{
color: #528B74;
}
.AnyTagClassName
{
color: #528B74;
}
</style>
background-color css
<style>
a { background-color: #528B74; }
a { background-color: rgb(82,139,116); }
div.DivClassName
{
background-color: #528B74;
}
.BgClassName
{
background-color: #528B74;
}
</style>
border-color css
<style>
span { border-color: #528B74; }
span { border-color: rgb(82,139,116); }
td.TdClassName
{
border-color: #528B74;
}
.TagClassName
{
border-color: #528B74;
}
</style>