Shades of Cutty Sark #538B6B
Tints of Cutty Sark #538B6B
RGB
CMYK
RGB Variations
Color information
#538B6B (or 0x538B6B) is known color: Cutty Sark. HEX triplet: 53, 8B and 6B. RGB value is (83,139,107). Sum of RGB (Red+Green+Blue) = 83+139+107=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #538B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B6B is #AC7494. Grayscale: #767676. Windows color (decimal): -11302037 or 7048019. OLE color: 7048019.
HSL color Cylindrical-coordinate representation of color #538B6B: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B6B is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 139 | 107 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.45 |
| HSL | 145.71º | 0.25% | 0.44% | - |
| HSV(B) | 145.71º | 0.4% | 0.55% | - |
| XYZ | 15.45 | 21.37 | 17.22 | - |
| YUV | 118.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 107 | 0.40 | 0 | 0.23 | 0.45 | 145.71 | 0.25 | 0.44 |
| Hex | 53 | 8B | 6B | 28 | 0 | 17 | 2D | 92 | 19 | 2C |
| Octal | 123 | 213 | 153 | 50 | 0 | 27 | 55 | 222 | 31 | 54 |
| Binary | 1010011 | 10001011 | 1101011 | 101000 | 0 | 10111 | 101101 | 10010010 | 11001 | 101100 |
Color Harmonies of #538B6B
Complementary color
Monochromatic Colors of #538B6B
Black with #538B6B
Text Example
Text Example
White with #538B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538B6B; }
p { color: rgb(83,139,107); }
H1.HeaderClassName
{
color: #538B6B;
}
.AnyTagClassName
{
color: #538B6B;
}
</style>
background-color css
<style>
a { background-color: #538B6B; }
a { background-color: rgb(83,139,107); }
div.DivClassName
{
background-color: #538B6B;
}
.BgClassName
{
background-color: #538B6B;
}
</style>
border-color css
<style>
span { border-color: #538B6B; }
span { border-color: rgb(83,139,107); }
td.TdClassName
{
border-color: #538B6B;
}
.TagClassName
{
border-color: #538B6B;
}
</style>