Shades of Como #538865
Tints of Como #538865
RGB
CMYK
RGB Variations
Color information
#538865 (or 0x538865) is known color: Como. HEX triplet: 53, 88 and 65. RGB value is (83,136,101). Sum of RGB (Red+Green+Blue) = 83+136+101=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #538865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538865 is #AC779A. Grayscale: #747474. Windows color (decimal): -11302811 or 6654035. OLE color: 6654035.
HSL color Cylindrical-coordinate representation of color #538865: hue angle of 140.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538865 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 101 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.47 |
| HSL | 140.38º | 0.24% | 0.43% | - |
| HSV(B) | 140.38º | 0.39% | 0.53% | - |
| XYZ | 14.72 | 20.39 | 15.47 | - |
| YUV | 116.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 101 | 0.39 | 0 | 0.26 | 0.47 | 140.38 | 0.24 | 0.43 |
| Hex | 53 | 88 | 65 | 27 | 0 | 1A | 2F | 8C | 18 | 2B |
| Octal | 123 | 210 | 145 | 47 | 0 | 32 | 57 | 214 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1100101 | 100111 | 0 | 11010 | 101111 | 10001100 | 11000 | 101011 |
Color Harmonies of #538865
Complementary color
Monochromatic Colors of #538865
Black with #538865
Text Example
Text Example
White with #538865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538865; }
p { color: rgb(83,136,101); }
H1.HeaderClassName
{
color: #538865;
}
.AnyTagClassName
{
color: #538865;
}
</style>
background-color css
<style>
a { background-color: #538865; }
a { background-color: rgb(83,136,101); }
div.DivClassName
{
background-color: #538865;
}
.BgClassName
{
background-color: #538865;
}
</style>
border-color css
<style>
span { border-color: #538865; }
span { border-color: rgb(83,136,101); }
td.TdClassName
{
border-color: #538865;
}
.TagClassName
{
border-color: #538865;
}
</style>