#538467

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

Shades of Como #538467

Tints of Como #538467

Color information

#538467 (or 0x538467) is unknown color: approx Como. HEX triplet: 53, 84 and 67. RGB value is (83,132,103). Sum of RGB (Red+Green+Blue) = 83+132+103=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #538467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538467 is #AC7B98. Grayscale: #727272. Windows color (decimal): -11303833 or 6784083. OLE color: 6784083.

HSL color Cylindrical-coordinate representation of color #538467: hue angle of 144.49º 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 #538467 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB83132103-
CMYK0.3700.220.48
HSL144.49º22.79%42.16%-
HSV(B)144.49º37.12%51.76%-
XYZ14.2719.3215.81-
YUV114.04121.77105.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=26.10%
G=41.51%
B=32.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321030.3700.220.48144.4922.7942.16
Hex538467250163090172a
Octal12320414745026602202752
Binary10100111000010011001111001010101101100001001000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538467; }

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

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

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

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

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

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

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

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