#538463

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

Shades of Como #538463

Tints of Como #538463

Color information

#538463 (or 0x538463) is unknown color: approx Como. HEX triplet: 53, 84 and 63. RGB value is (83,132,99). Sum of RGB (Red+Green+Blue) = 83+132+99=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #538463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538463 is #AC7B9C. Grayscale: #717171. Windows color (decimal): -11303837 or 6521939. OLE color: 6521939.

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

Color convert

RGB8313299-
CMYK0.3700.250.48
HSL139.59º22.79%42.16%-
HSV(B)139.59º37.12%51.76%-
XYZ14.0719.2414.78-
YUV113.59119.77106.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=26.43%
G=42.04%
B=31.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132990.3700.250.48139.5922.7942.16
Hex53846325019308c172a
Octal12320414345031602142752
Binary10100111000010011000111001010110011100001000110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538463; }

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

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

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

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

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

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

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

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