Html Css Color HEX #53B875 Emerald

📋 copy color: '#53B875'

red 83 ◦ green 184 ◦ blue 117

#53B875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #53B875

Tints of Emerald #53B875

RGB

 RED value IS 83 (32.81% from 255) = 21.61%

 GREEN value IS 184 (72.27% from 255) = 47.92%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 21.61%
G = 47.92%
B = 30.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#53B875 (or 0x53B875) is known color: Emerald. HEX triplet: 53, B8 and 75. RGB value is (83,184,117). Sum of RGB (Red+Green+Blue) = 83+184+117=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #53B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B875 is #AC478A. Grayscale: #929292. Windows color (decimal): -11290507 or 7714899. OLE color: 7714899.

HSL color Cylindrical-coordinate representation of color #53B875: hue angle of 140.2º 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 #53B875 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 184 117 -
CMYK 0.55 0 0.36 0.28
HSL 140.2º 0.42% 0.52% -
HSV(B) 140.2º 0.55% 0.72% -
XYZ 23.92 37.4 22.79 -
YUV 146.16 111.54 82.95 -
System Red Green Blue C M Y K H S L
Decimal 83 184 117 0.55 0 0.36 0.28 140.2 0.42 0.52
Hex 53 B8 75 37 0 24 1C 8C 2A 34
Octal 123 270 165 67 0 44 34 214 52 64
Binary 1010011 10111000 1110101 110111 0 100100 11100 10001100 101010 110100

Color Harmonies of #53B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B875

Black with #53B875

Text Example


Text Example

White with #53B875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53B875;
 }
 .AnyTagClassName
 {
   color: #53B875;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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