#538563

Color #538563 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #538563

Tints of Como #538563

Color information

#538563 (or 0x538563) is unknown color: approx Como. HEX triplet: 53, 85 and 63. RGB value is (83,133,99). Sum of RGB (Red+Green+Blue) = 83+133+99=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #538563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538563 is #AC7A9C. Grayscale: #727272. Windows color (decimal): -11303581 or 6522195. OLE color: 6522195.

HSL color Cylindrical-coordinate representation of color #538563: hue angle of 139.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538563 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB8313399-
CMYK0.3800.260.48
HSL139.2º23.15%42.35%-
HSV(B)139.2º37.59%52.16%-
XYZ14.2119.5114.82-
YUV114.17119.44105.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=26.35%
G=42.22%
B=31.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83133990.3800.260.48139.223.1542.35
Hex5385632601A308b172a
Octal12320514346032602132752
Binary10100111000010111000111001100110101100001000101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538563; }

 p { color: rgb(83,133,99); }

 H1.HeaderClassName
 {
   color: #538563;
 }
 .AnyTagClassName
 {
   color: #538563;
 }
</style>
background-color css

<style>
 a { background-color: #538563; }

 a { background-color: rgb(83,133,99); }

 div.DivClassName
 {
   background-color: #538563;
 }
 .BgClassName
 {
   background-color: #538563;
 }
</style>
border-color css

<style>
 span { border-color: #538563; }

 span { border-color: rgb(83,133,99); }

 td.TdClassName
 {
   border-color: #538563;
 }
 .TagClassName
 {
   border-color: #538563;
 }
</style>