#538064

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

Shades of Como #538064

Tints of Como #538064

Color information

#538064 (or 0x538064) is unknown color: approx Como. HEX triplet: 53, 80 and 64. RGB value is (83,128,100). Sum of RGB (Red+Green+Blue) = 83+128+100=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #538064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538064 is #AC7F9B. Grayscale: #6F6F6F. Windows color (decimal): -11304860 or 6586451. OLE color: 6586451.

HSL color Cylindrical-coordinate representation of color #538064: hue angle of 142.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #538064 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB83128100-
CMYK0.3500.220.50
HSL142.67º21.33%41.37%-
HSV(B)142.67º35.16%50.2%-
XYZ13.5918.214.85-
YUV111.35121.59107.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=26.69%
G=41.16%
B=32.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831281000.3500.220.50142.6721.3341.37
Hex53806423016328f1529
Octal12320014443026622172551
Binary10100111000000011001001000110101101100101000111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538064; }

 p { color: rgb(83,128,100); }

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

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

 a { background-color: rgb(83,128,100); }

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

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

 span { border-color: rgb(83,128,100); }

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