#538E63

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

Shades of Como #538E63

Tints of Como #538E63

Color information

#538E63 (or 0x538E63) is unknown color: approx Como. HEX triplet: 53, 8E and 63. RGB value is (83,142,99). Sum of RGB (Red+Green+Blue) = 83+142+99=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #538E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E63 is #AC719C. Grayscale: #777777. Windows color (decimal): -11301277 or 6524499. OLE color: 6524499.

HSL color Cylindrical-coordinate representation of color #538E63: hue angle of 136.27º 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 #538E63 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB8314299-
CMYK0.4200.300.44
HSL136.27º26.22%44.12%-
HSV(B)136.27º41.55%55.69%-
XYZ15.4922.0915.25-
YUV119.46116.45102-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=25.62%
G=43.83%
B=30.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83142990.4200.300.44136.2726.2244.12
Hex538E632A01E2C881a2c
Octal12321614352036542103254
Binary10100111000111011000111010100111101011001000100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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