#53B883

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

Shades of Emerald #53B883

Tints of Emerald #53B883

Color information

#53B883 (or 0x53B883) is unknown color: approx Emerald. HEX triplet: 53, B8 and 83. RGB value is (83,184,131). Sum of RGB (Red+Green+Blue) = 83+184+131=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #53B883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B883 is #AC477C. Grayscale: #939393. Windows color (decimal): -11290493 or 8632403. OLE color: 8632403.

HSL color Cylindrical-coordinate representation of color #53B883: hue angle of 148.51º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B883 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB83184131-
CMYK0.5500.290.28
HSL148.51º41.56%52.35%-
HSV(B)148.51º54.89%72.16%-
XYZ24.837.7627.45-
YUV147.76118.5481.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 184 (72.27% from 255) = 46.23%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=20.85%
G=46.23%
B=32.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841310.5500.290.28148.5141.5652.35
Hex53B8833701D1C952a34
Octal12327020367035342255264
Binary101001110111000100000111101110111011110010010101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B883; }

 p { color: rgb(83,184,131); }

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

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

 a { background-color: rgb(83,184,131); }

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

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

 span { border-color: rgb(83,184,131); }

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