#538468

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

Shades of Como #538468

Tints of Como #538468

Color information

#538468 (or 0x538468) is unknown color: approx Como. HEX triplet: 53, 84 and 68. RGB value is (83,132,104). Sum of RGB (Red+Green+Blue) = 83+132+104=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #538468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538468 is #AC7B97. Grayscale: #727272. Windows color (decimal): -11303832 or 6849619. OLE color: 6849619.

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

Color convert

RGB83132104-
CMYK0.3700.210.48
HSL145.71º22.79%42.16%-
HSV(B)145.71º37.12%51.76%-
XYZ14.3219.3416.08-
YUV114.16122.27105.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=26.02%
G=41.38%
B=32.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321040.3700.210.48145.7122.7942.16
Hex538468250153092172a
Octal12320415045025602222752
Binary10100111000010011010001001010101011100001001001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538468; }

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

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

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

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

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

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

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

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