Shades of Cutty Sark #558A6C
Tints of Cutty Sark #558A6C
RGB
CMYK
RGB Variations
Color information
#558A6C (or 0x558A6C) is known color: Cutty Sark. HEX triplet: 55, 8A and 6C. RGB value is (85,138,108). Sum of RGB (Red+Green+Blue) = 85+138+108=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #558A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A6C is #AA7593. Grayscale: #767676. Windows color (decimal): -11171220 or 7113301. OLE color: 7113301.
HSL color Cylindrical-coordinate representation of color #558A6C: hue angle of 146.04º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A6C is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 108 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.46 |
| HSL | 146.04º | 0.24% | 0.44% | - |
| HSV(B) | 146.04º | 0.38% | 0.54% | - |
| XYZ | 15.54 | 21.19 | 17.46 | - |
| YUV | 118.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 108 | 0.38 | 0 | 0.22 | 0.46 | 146.04 | 0.24 | 0.44 |
| Hex | 55 | 8A | 6C | 26 | 0 | 16 | 2E | 92 | 18 | 2C |
| Octal | 125 | 212 | 154 | 46 | 0 | 26 | 56 | 222 | 30 | 54 |
| Binary | 1010101 | 10001010 | 1101100 | 100110 | 0 | 10110 | 101110 | 10010010 | 11000 | 101100 |
Color Harmonies of #558A6C
Complementary color
Monochromatic Colors of #558A6C
Black with #558A6C
Text Example
Text Example
White with #558A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A6C; }
p { color: rgb(85,138,108); }
H1.HeaderClassName
{
color: #558A6C;
}
.AnyTagClassName
{
color: #558A6C;
}
</style>
background-color css
<style>
a { background-color: #558A6C; }
a { background-color: rgb(85,138,108); }
div.DivClassName
{
background-color: #558A6C;
}
.BgClassName
{
background-color: #558A6C;
}
</style>
border-color css
<style>
span { border-color: #558A6C; }
span { border-color: rgb(85,138,108); }
td.TdClassName
{
border-color: #558A6C;
}
.TagClassName
{
border-color: #558A6C;
}
</style>