Shades of Cutty Sark #528F6A
Tints of Cutty Sark #528F6A
RGB
CMYK
RGB Variations
Color information
#528F6A (or 0x528F6A) is known color: Cutty Sark. HEX triplet: 52, 8F and 6A. RGB value is (82,143,106). Sum of RGB (Red+Green+Blue) = 82+143+106=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #528F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F6A is #AD7095. Grayscale: #787878. Windows color (decimal): -11366550 or 6983506. OLE color: 6983506.
HSL color Cylindrical-coordinate representation of color #528F6A: hue angle of 143.61º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528F6A is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 143 | 106 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.44 |
| HSL | 143.61º | 0.27% | 0.44% | - |
| HSV(B) | 143.61º | 0.43% | 0.56% | - |
| XYZ | 15.9 | 22.48 | 17.14 | - |
| YUV | 120.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 106 | 0.43 | 0 | 0.26 | 0.44 | 143.61 | 0.27 | 0.44 |
| Hex | 52 | 8F | 6A | 2B | 0 | 1A | 2C | 90 | 1B | 2C |
| Octal | 122 | 217 | 152 | 53 | 0 | 32 | 54 | 220 | 33 | 54 |
| Binary | 1010010 | 10001111 | 1101010 | 101011 | 0 | 11010 | 101100 | 10010000 | 11011 | 101100 |
Color Harmonies of #528F6A
Complementary color
Monochromatic Colors of #528F6A
Black with #528F6A
Text Example
Text Example
White with #528F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528F6A; }
p { color: rgb(82,143,106); }
H1.HeaderClassName
{
color: #528F6A;
}
.AnyTagClassName
{
color: #528F6A;
}
</style>
background-color css
<style>
a { background-color: #528F6A; }
a { background-color: rgb(82,143,106); }
div.DivClassName
{
background-color: #528F6A;
}
.BgClassName
{
background-color: #528F6A;
}
</style>
border-color css
<style>
span { border-color: #528F6A; }
span { border-color: rgb(82,143,106); }
td.TdClassName
{
border-color: #528F6A;
}
.TagClassName
{
border-color: #528F6A;
}
</style>