#5BC294

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

Shades of Silver Tree #5BC294

Tints of Silver Tree #5BC294

Color information

#5BC294 (or 0x5BC294) is unknown color: approx Silver Tree. HEX triplet: 5B, C2 and 94. RGB value is (91,194,148). Sum of RGB (Red+Green+Blue) = 91+194+148=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC294 is #A43D6B. Grayscale: #9E9E9E. Windows color (decimal): -10763628 or 9749083. OLE color: 9749083.

HSL color Cylindrical-coordinate representation of color #5BC294: hue angle of 153.2º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC294 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB91194148-
CMYK0.5300.240.24
HSL153.2º45.78%55.88%-
HSV(B)153.2º53.09%76.08%-
XYZ28.9542.9534.78-
YUV157.96122.3880.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.02%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=21.02%
G=44.80%
B=34.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911941480.5300.240.24153.245.7855.88
Hex5BC2943501818992e38
Octal13330222465030302315670
Binary101101111000010100101001101010110001100010011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,194,148); }

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

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

 a { background-color: rgb(91,194,148); }

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

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

 span { border-color: rgb(91,194,148); }

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