Shades of Cutty Sark #5A7E6B
Tints of Cutty Sark #5A7E6B
RGB
CMYK
RGB Variations
Color information
#5A7E6B (or 0x5A7E6B) is known color: Cutty Sark. HEX triplet: 5A, 7E and 6B. RGB value is (90,126,107). Sum of RGB (Red+Green+Blue) = 90+126+107=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7E6B is #A58194. Grayscale: #717171. Windows color (decimal): -10846613 or 7044698. OLE color: 7044698.
HSL color Cylindrical-coordinate representation of color #5A7E6B: hue angle of 148.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A7E6B is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 126 | 107 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.51 |
| HSL | 148.33º | 0.17% | 0.42% | - |
| HSV(B) | 148.33º | 0.29% | 0.49% | - |
| XYZ | 14.33 | 18.16 | 16.66 | - |
| YUV | 113.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 107 | 0.29 | 0 | 0.15 | 0.51 | 148.33 | 0.17 | 0.42 |
| Hex | 5A | 7E | 6B | 1D | 0 | F | 33 | 94 | 11 | 2A |
| Octal | 132 | 176 | 153 | 35 | 0 | 17 | 63 | 224 | 21 | 52 |
| Binary | 1011010 | 1111110 | 1101011 | 11101 | 0 | 1111 | 110011 | 10010100 | 10001 | 101010 |
Color Harmonies of #5A7E6B
Complementary color
Monochromatic Colors of #5A7E6B
Black with #5A7E6B
Text Example
Text Example
White with #5A7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7E6B; }
p { color: rgb(90,126,107); }
H1.HeaderClassName
{
color: #5A7E6B;
}
.AnyTagClassName
{
color: #5A7E6B;
}
</style>
background-color css
<style>
a { background-color: #5A7E6B; }
a { background-color: rgb(90,126,107); }
div.DivClassName
{
background-color: #5A7E6B;
}
.BgClassName
{
background-color: #5A7E6B;
}
</style>
border-color css
<style>
span { border-color: #5A7E6B; }
span { border-color: rgb(90,126,107); }
td.TdClassName
{
border-color: #5A7E6B;
}
.TagClassName
{
border-color: #5A7E6B;
}
</style>