#538E68

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

Shades of Como #538E68

Tints of Como #538E68

Color information

#538E68 (or 0x538E68) is unknown color: approx Como. HEX triplet: 53, 8E and 68. RGB value is (83,142,104). Sum of RGB (Red+Green+Blue) = 83+142+104=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #538E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E68 is #AC7197. Grayscale: #787878. Windows color (decimal): -11301272 or 6852179. OLE color: 6852179.

HSL color Cylindrical-coordinate representation of color #538E68: hue angle of 141.36º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E68 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB83142104-
CMYK0.4200.270.44
HSL141.36º26.22%44.12%-
HSV(B)141.36º41.55%55.69%-
XYZ15.7422.1816.55-
YUV120.03118.95101.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=25.23%
G=43.16%
B=31.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831421040.4200.270.44141.3626.2244.12
Hex538E682A01B2C8d1a2c
Octal12321615052033542153254
Binary10100111000111011010001010100110111011001000110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538E68; }

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

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

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

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

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

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

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

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