Shades of Cutty Sark #527F6B
Tints of Cutty Sark #527F6B
RGB
CMYK
RGB Variations
Color information
#527F6B (or 0x527F6B) is known color: Cutty Sark. HEX triplet: 52, 7F and 6B. RGB value is (82,127,107). Sum of RGB (Red+Green+Blue) = 82+127+107=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #527F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F6B is #AD8094. Grayscale: #6F6F6F. Windows color (decimal): -11370645 or 7044946. OLE color: 7044946.
HSL color Cylindrical-coordinate representation of color #527F6B: hue angle of 153.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F6B is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 107 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.50 |
| HSL | 153.33º | 0.22% | 0.41% | - |
| HSV(B) | 153.33º | 0.35% | 0.5% | - |
| XYZ | 13.72 | 18.03 | 16.67 | - |
| YUV | 111.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 107 | 0.35 | 0 | 0.16 | 0.50 | 153.33 | 0.22 | 0.41 |
| Hex | 52 | 7F | 6B | 23 | 0 | 10 | 32 | 99 | 16 | 29 |
| Octal | 122 | 177 | 153 | 43 | 0 | 20 | 62 | 231 | 26 | 51 |
| Binary | 1010010 | 1111111 | 1101011 | 100011 | 0 | 10000 | 110010 | 10011001 | 10110 | 101001 |
Color Harmonies of #527F6B
Complementary color
Monochromatic Colors of #527F6B
Black with #527F6B
Text Example
Text Example
White with #527F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F6B; }
p { color: rgb(82,127,107); }
H1.HeaderClassName
{
color: #527F6B;
}
.AnyTagClassName
{
color: #527F6B;
}
</style>
background-color css
<style>
a { background-color: #527F6B; }
a { background-color: rgb(82,127,107); }
div.DivClassName
{
background-color: #527F6B;
}
.BgClassName
{
background-color: #527F6B;
}
</style>
border-color css
<style>
span { border-color: #527F6B; }
span { border-color: rgb(82,127,107); }
td.TdClassName
{
border-color: #527F6B;
}
.TagClassName
{
border-color: #527F6B;
}
</style>