#5BC088

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

Shades of Silver Tree #5BC088

Tints of Silver Tree #5BC088

Color information

#5BC088 (or 0x5BC088) is unknown color: approx Silver Tree. HEX triplet: 5B, C0 and 88. RGB value is (91,192,136). Sum of RGB (Red+Green+Blue) = 91+192+136=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC088 is #A43F77. Grayscale: #9B9B9B. Windows color (decimal): -10764152 or 8962139. OLE color: 8962139.

HSL color Cylindrical-coordinate representation of color #5BC088: hue angle of 146.73º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC088 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB91192136-
CMYK0.5300.290.25
HSL146.73º44.49%55.49%-
HSV(B)146.73º52.6%75.29%-
XYZ27.6141.729.89-
YUV155.42117.0482.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.72%
GREEN value IS 192 (75.39% from 255) = 45.82%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=21.72%
G=45.82%
B=32.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911921360.5300.290.25146.7344.4955.49
Hex5BC0883501D19932c37
Octal13330021065035312235467
Binary101101111000000100010001101010111011100110010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,192,136); }

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

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

 a { background-color: rgb(91,192,136); }

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

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

 span { border-color: rgb(91,192,136); }

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