Shades of Cutty Sark #529177
Tints of Cutty Sark #529177
RGB
CMYK
RGB Variations
Color information
#529177 (or 0x529177) is known color: Cutty Sark. HEX triplet: 52, 91 and 77. RGB value is (82,145,119). Sum of RGB (Red+Green+Blue) = 82+145+119=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #529177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529177 is #AD6E88. Grayscale: #7B7B7B. Windows color (decimal): -11366025 or 7835986. OLE color: 7835986.
HSL color Cylindrical-coordinate representation of color #529177: hue angle of 155.24º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529177 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 145 | 119 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.43 |
| HSL | 155.24º | 0.28% | 0.45% | - |
| HSV(B) | 155.24º | 0.43% | 0.57% | - |
| XYZ | 16.93 | 23.38 | 21.07 | - |
| YUV | 123.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 145 | 119 | 0.43 | 0 | 0.18 | 0.43 | 155.24 | 0.28 | 0.45 |
| Hex | 52 | 91 | 77 | 2B | 0 | 12 | 2B | 9B | 1C | 2D |
| Octal | 122 | 221 | 167 | 53 | 0 | 22 | 53 | 233 | 34 | 55 |
| Binary | 1010010 | 10010001 | 1110111 | 101011 | 0 | 10010 | 101011 | 10011011 | 11100 | 101101 |
Color Harmonies of #529177
Complementary color
Monochromatic Colors of #529177
Black with #529177
Text Example
Text Example
White with #529177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529177; }
p { color: rgb(82,145,119); }
H1.HeaderClassName
{
color: #529177;
}
.AnyTagClassName
{
color: #529177;
}
</style>
background-color css
<style>
a { background-color: #529177; }
a { background-color: rgb(82,145,119); }
div.DivClassName
{
background-color: #529177;
}
.BgClassName
{
background-color: #529177;
}
</style>
border-color css
<style>
span { border-color: #529177; }
span { border-color: rgb(82,145,119); }
td.TdClassName
{
border-color: #529177;
}
.TagClassName
{
border-color: #529177;
}
</style>