#538264

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

Shades of Como #538264

Tints of Como #538264

Color information

#538264 (or 0x538264) is unknown color: approx Como. HEX triplet: 53, 82 and 64. RGB value is (83,130,100). Sum of RGB (Red+Green+Blue) = 83+130+100=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #538264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538264 is #AC7D9B. Grayscale: #707070. Windows color (decimal): -11304348 or 6586963. OLE color: 6586963.

HSL color Cylindrical-coordinate representation of color #538264: hue angle of 141.7º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #538264 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB83130100-
CMYK0.3600.230.49
HSL141.7º22.07%41.76%-
HSV(B)141.7º36.15%50.98%-
XYZ13.8518.7214.94-
YUV112.53120.93106.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=26.52%
G=41.53%
B=31.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831301000.3600.230.49141.722.0741.76
Hex53826424017318e162a
Octal12320214444027612162652
Binary10100111000001011001001001000101111100011000111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538264; }

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

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

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

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

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

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

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

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