#5BBD82

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

Shades of Emerald #5BBD82

Tints of Emerald #5BBD82

Color information

#5BBD82 (or 0x5BBD82) is unknown color: approx Emerald. HEX triplet: 5B, BD and 82. RGB value is (91,189,130). Sum of RGB (Red+Green+Blue) = 91+189+130=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBD82 is #A4427D. Grayscale: #999999. Windows color (decimal): -10764926 or 8568155. OLE color: 8568155.

HSL color Cylindrical-coordinate representation of color #5BBD82: hue angle of 143.88º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBD82 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB91189130-
CMYK0.5200.310.26
HSL143.88º42.61%54.9%-
HSV(B)143.88º51.85%74.12%-
XYZ26.5440.2327.49-
YUV152.97115.0383.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.20%
GREEN value IS 189 (74.22% from 255) = 46.10%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=22.20%
G=46.10%
B=31.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal911891300.5200.310.26143.8842.6154.9
Hex5BBD823401F1A902b37
Octal13327520264037322205367
Binary101101110111101100000101101000111111101010010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BBD82; }

 p { color: rgb(91,189,130); }

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

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

 a { background-color: rgb(91,189,130); }

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

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

 span { border-color: rgb(91,189,130); }

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