Shades of Cutty Sark #527B68
Tints of Cutty Sark #527B68
RGB
CMYK
RGB Variations
Color information
#527B68 (or 0x527B68) is known color: Cutty Sark. HEX triplet: 52, 7B and 68. RGB value is (82,123,104). Sum of RGB (Red+Green+Blue) = 82+123+104=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #527B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B68 is #AD8497. Grayscale: #6C6C6C. Windows color (decimal): -11371672 or 6847314. OLE color: 6847314.
HSL color Cylindrical-coordinate representation of color #527B68: hue angle of 152.2º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527B68 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 123 | 104 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.52 |
| HSL | 152.2º | 0.2% | 0.4% | - |
| HSV(B) | 152.2º | 0.33% | 0.48% | - |
| XYZ | 13.06 | 16.96 | 15.68 | - |
| YUV | 108.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 104 | 0.33 | 0 | 0.15 | 0.52 | 152.2 | 0.2 | 0.4 |
| Hex | 52 | 7B | 68 | 21 | 0 | F | 34 | 98 | 14 | 28 |
| Octal | 122 | 173 | 150 | 41 | 0 | 17 | 64 | 230 | 24 | 50 |
| Binary | 1010010 | 1111011 | 1101000 | 100001 | 0 | 1111 | 110100 | 10011000 | 10100 | 101000 |
Color Harmonies of #527B68
Complementary color
Monochromatic Colors of #527B68
Black with #527B68
Text Example
Text Example
White with #527B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B68; }
p { color: rgb(82,123,104); }
H1.HeaderClassName
{
color: #527B68;
}
.AnyTagClassName
{
color: #527B68;
}
</style>
background-color css
<style>
a { background-color: #527B68; }
a { background-color: rgb(82,123,104); }
div.DivClassName
{
background-color: #527B68;
}
.BgClassName
{
background-color: #527B68;
}
</style>
border-color css
<style>
span { border-color: #527B68; }
span { border-color: rgb(82,123,104); }
td.TdClassName
{
border-color: #527B68;
}
.TagClassName
{
border-color: #527B68;
}
</style>