Shades of Cutty Sark #558378
Tints of Cutty Sark #558378
RGB
CMYK
RGB Variations
Color information
#558378 (or 0x558378) is known color: Cutty Sark. HEX triplet: 55, 83 and 78. RGB value is (85,131,120). Sum of RGB (Red+Green+Blue) = 85+131+120=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #558378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558378 is #AA7C87. Grayscale: #737373. Windows color (decimal): -11173000 or 7897941. OLE color: 7897941.
HSL color Cylindrical-coordinate representation of color #558378: hue angle of 165.65º 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 #558378 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 120 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.49 |
| HSL | 165.65º | 0.21% | 0.42% | - |
| HSV(B) | 165.65º | 0.35% | 0.51% | - |
| XYZ | 15.25 | 19.52 | 20.73 | - |
| YUV | 115.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 120 | 0.35 | 0 | 0.08 | 0.49 | 165.65 | 0.21 | 0.42 |
| Hex | 55 | 83 | 78 | 23 | 0 | 8 | 31 | A6 | 15 | 2A |
| Octal | 125 | 203 | 170 | 43 | 0 | 10 | 61 | 246 | 25 | 52 |
| Binary | 1010101 | 10000011 | 1111000 | 100011 | 0 | 1000 | 110001 | 10100110 | 10101 | 101010 |
Color Harmonies of #558378
Complementary color
Monochromatic Colors of #558378
Black with #558378
Text Example
Text Example
White with #558378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558378; }
p { color: rgb(85,131,120); }
H1.HeaderClassName
{
color: #558378;
}
.AnyTagClassName
{
color: #558378;
}
</style>
background-color css
<style>
a { background-color: #558378; }
a { background-color: rgb(85,131,120); }
div.DivClassName
{
background-color: #558378;
}
.BgClassName
{
background-color: #558378;
}
</style>
border-color css
<style>
span { border-color: #558378; }
span { border-color: rgb(85,131,120); }
td.TdClassName
{
border-color: #558378;
}
.TagClassName
{
border-color: #558378;
}
</style>