Shades of Cutty Sark #557A68
Tints of Cutty Sark #557A68
RGB
CMYK
RGB Variations
Color information
#557A68 (or 0x557A68) is known color: Cutty Sark. HEX triplet: 55, 7A and 68. RGB value is (85,122,104). Sum of RGB (Red+Green+Blue) = 85+122+104=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #557A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A68 is #AA8597. Grayscale: #6C6C6C. Windows color (decimal): -11175320 or 6847061. OLE color: 6847061.
HSL color Cylindrical-coordinate representation of color #557A68: hue angle of 150.81º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A68 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 104 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.52 |
| HSL | 150.81º | 0.18% | 0.41% | - |
| HSV(B) | 150.81º | 0.3% | 0.48% | - |
| XYZ | 13.2 | 16.85 | 15.65 | - |
| YUV | 108.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 104 | 0.30 | 0 | 0.15 | 0.52 | 150.81 | 0.18 | 0.41 |
| Hex | 55 | 7A | 68 | 1E | 0 | F | 34 | 97 | 12 | 29 |
| Octal | 125 | 172 | 150 | 36 | 0 | 17 | 64 | 227 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1101000 | 11110 | 0 | 1111 | 110100 | 10010111 | 10010 | 101001 |
Color Harmonies of #557A68
Complementary color
Monochromatic Colors of #557A68
Black with #557A68
Text Example
Text Example
White with #557A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A68; }
p { color: rgb(85,122,104); }
H1.HeaderClassName
{
color: #557A68;
}
.AnyTagClassName
{
color: #557A68;
}
</style>
background-color css
<style>
a { background-color: #557A68; }
a { background-color: rgb(85,122,104); }
div.DivClassName
{
background-color: #557A68;
}
.BgClassName
{
background-color: #557A68;
}
</style>
border-color css
<style>
span { border-color: #557A68; }
span { border-color: rgb(85,122,104); }
td.TdClassName
{
border-color: #557A68;
}
.TagClassName
{
border-color: #557A68;
}
</style>