Shades of Cutty Sark #5A7D6B
Tints of Cutty Sark #5A7D6B
RGB
CMYK
RGB Variations
Color information
#5A7D6B (or 0x5A7D6B) is known color: Cutty Sark. HEX triplet: 5A, 7D and 6B. RGB value is (90,125,107). Sum of RGB (Red+Green+Blue) = 90+125+107=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D6B is #A58294. Grayscale: #707070. Windows color (decimal): -10846869 or 7044442. OLE color: 7044442.
HSL color Cylindrical-coordinate representation of color #5A7D6B: hue angle of 149.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7D6B is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 107 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.51 |
| HSL | 149.14º | 0.16% | 0.42% | - |
| HSV(B) | 149.14º | 0.28% | 0.49% | - |
| XYZ | 14.2 | 17.9 | 16.62 | - |
| YUV | 112.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 107 | 0.28 | 0 | 0.14 | 0.51 | 149.14 | 0.16 | 0.42 |
| Hex | 5A | 7D | 6B | 1C | 0 | E | 33 | 95 | 10 | 2A |
| Octal | 132 | 175 | 153 | 34 | 0 | 16 | 63 | 225 | 20 | 52 |
| Binary | 1011010 | 1111101 | 1101011 | 11100 | 0 | 1110 | 110011 | 10010101 | 10000 | 101010 |
Color Harmonies of #5A7D6B
Complementary color
Monochromatic Colors of #5A7D6B
Black with #5A7D6B
Text Example
Text Example
White with #5A7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D6B; }
p { color: rgb(90,125,107); }
H1.HeaderClassName
{
color: #5A7D6B;
}
.AnyTagClassName
{
color: #5A7D6B;
}
</style>
background-color css
<style>
a { background-color: #5A7D6B; }
a { background-color: rgb(90,125,107); }
div.DivClassName
{
background-color: #5A7D6B;
}
.BgClassName
{
background-color: #5A7D6B;
}
</style>
border-color css
<style>
span { border-color: #5A7D6B; }
span { border-color: rgb(90,125,107); }
td.TdClassName
{
border-color: #5A7D6B;
}
.TagClassName
{
border-color: #5A7D6B;
}
</style>