Shades of Cutty Sark #558272
Tints of Cutty Sark #558272
RGB
CMYK
RGB Variations
Color information
#558272 (or 0x558272) is known color: Cutty Sark. HEX triplet: 55, 82 and 72. RGB value is (85,130,114). Sum of RGB (Red+Green+Blue) = 85+130+114=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #558272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558272 is #AA7D8D. Grayscale: #727272. Windows color (decimal): -11173262 or 7504469. OLE color: 7504469.
HSL color Cylindrical-coordinate representation of color #558272: hue angle of 158.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #558272 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 114 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.49 |
| HSL | 158.67º | 0.21% | 0.42% | - |
| HSV(B) | 158.67º | 0.35% | 0.51% | - |
| XYZ | 14.77 | 19.11 | 18.83 | - |
| YUV | 114.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 114 | 0.35 | 0 | 0.12 | 0.49 | 158.67 | 0.21 | 0.42 |
| Hex | 55 | 82 | 72 | 23 | 0 | C | 31 | 9F | 15 | 2A |
| Octal | 125 | 202 | 162 | 43 | 0 | 14 | 61 | 237 | 25 | 52 |
| Binary | 1010101 | 10000010 | 1110010 | 100011 | 0 | 1100 | 110001 | 10011111 | 10101 | 101010 |
Color Harmonies of #558272
Complementary color
Monochromatic Colors of #558272
Black with #558272
Text Example
Text Example
White with #558272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558272; }
p { color: rgb(85,130,114); }
H1.HeaderClassName
{
color: #558272;
}
.AnyTagClassName
{
color: #558272;
}
</style>
background-color css
<style>
a { background-color: #558272; }
a { background-color: rgb(85,130,114); }
div.DivClassName
{
background-color: #558272;
}
.BgClassName
{
background-color: #558272;
}
</style>
border-color css
<style>
span { border-color: #558272; }
span { border-color: rgb(85,130,114); }
td.TdClassName
{
border-color: #558272;
}
.TagClassName
{
border-color: #558272;
}
</style>