Shades of Cutty Sark #558A7A
Tints of Cutty Sark #558A7A
RGB
CMYK
RGB Variations
Color information
#558A7A (or 0x558A7A) is known color: Cutty Sark. HEX triplet: 55, 8A and 7A. RGB value is (85,138,122). Sum of RGB (Red+Green+Blue) = 85+138+122=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #558A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A7A is #AA7585. Grayscale: #787878. Windows color (decimal): -11171206 or 8030805. OLE color: 8030805.
HSL color Cylindrical-coordinate representation of color #558A7A: hue angle of 161.89º 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 #558A7A is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 122 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.46 |
| HSL | 161.89º | 0.24% | 0.44% | - |
| HSV(B) | 161.89º | 0.38% | 0.54% | - |
| XYZ | 16.35 | 21.51 | 21.7 | - |
| YUV | 120.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 122 | 0.38 | 0 | 0.12 | 0.46 | 161.89 | 0.24 | 0.44 |
| Hex | 55 | 8A | 7A | 26 | 0 | C | 2E | A2 | 18 | 2C |
| Octal | 125 | 212 | 172 | 46 | 0 | 14 | 56 | 242 | 30 | 54 |
| Binary | 1010101 | 10001010 | 1111010 | 100110 | 0 | 1100 | 101110 | 10100010 | 11000 | 101100 |
Color Harmonies of #558A7A
Complementary color
Monochromatic Colors of #558A7A
Black with #558A7A
Text Example
Text Example
White with #558A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A7A; }
p { color: rgb(85,138,122); }
H1.HeaderClassName
{
color: #558A7A;
}
.AnyTagClassName
{
color: #558A7A;
}
</style>
background-color css
<style>
a { background-color: #558A7A; }
a { background-color: rgb(85,138,122); }
div.DivClassName
{
background-color: #558A7A;
}
.BgClassName
{
background-color: #558A7A;
}
</style>
border-color css
<style>
span { border-color: #558A7A; }
span { border-color: rgb(85,138,122); }
td.TdClassName
{
border-color: #558A7A;
}
.TagClassName
{
border-color: #558A7A;
}
</style>