Shades of Cutty Sark #538B7B
Tints of Cutty Sark #538B7B
RGB
CMYK
RGB Variations
Color information
#538B7B (or 0x538B7B) is known color: Cutty Sark. HEX triplet: 53, 8B and 7B. RGB value is (83,139,123). Sum of RGB (Red+Green+Blue) = 83+139+123=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #538B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B7B is #AC7484. Grayscale: #787878. Windows color (decimal): -11302021 or 8096595. OLE color: 8096595.
HSL color Cylindrical-coordinate representation of color #538B7B: hue angle of 162.86º 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 #538B7B is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 139 | 123 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.45 |
| HSL | 162.86º | 0.25% | 0.44% | - |
| HSV(B) | 162.86º | 0.4% | 0.55% | - |
| XYZ | 16.38 | 21.73 | 22.07 | - |
| YUV | 120.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 123 | 0.40 | 0 | 0.12 | 0.45 | 162.86 | 0.25 | 0.44 |
| Hex | 53 | 8B | 7B | 28 | 0 | C | 2D | A3 | 19 | 2C |
| Octal | 123 | 213 | 173 | 50 | 0 | 14 | 55 | 243 | 31 | 54 |
| Binary | 1010011 | 10001011 | 1111011 | 101000 | 0 | 1100 | 101101 | 10100011 | 11001 | 101100 |
Color Harmonies of #538B7B
Complementary color
Monochromatic Colors of #538B7B
Black with #538B7B
Text Example
Text Example
White with #538B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538B7B; }
p { color: rgb(83,139,123); }
H1.HeaderClassName
{
color: #538B7B;
}
.AnyTagClassName
{
color: #538B7B;
}
</style>
background-color css
<style>
a { background-color: #538B7B; }
a { background-color: rgb(83,139,123); }
div.DivClassName
{
background-color: #538B7B;
}
.BgClassName
{
background-color: #538B7B;
}
</style>
border-color css
<style>
span { border-color: #538B7B; }
span { border-color: rgb(83,139,123); }
td.TdClassName
{
border-color: #538B7B;
}
.TagClassName
{
border-color: #538B7B;
}
</style>