#5CBE88

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

Shades of Silver Tree #5CBE88

Tints of Silver Tree #5CBE88

Color information

#5CBE88 (or 0x5CBE88) is unknown color: approx Silver Tree. HEX triplet: 5C, BE and 88. RGB value is (92,190,136). Sum of RGB (Red+Green+Blue) = 92+190+136=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBE88 is #A34177. Grayscale: #9A9A9A. Windows color (decimal): -10699128 or 8961628. OLE color: 8961628.

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

Color convert

RGB92190136-
CMYK0.5200.280.25
HSL146.94º42.98%55.29%-
HSV(B)146.94º51.58%74.51%-
XYZ27.2740.8829.75-
YUV154.54117.5383.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.01%
GREEN value IS 190 (74.61% from 255) = 45.45%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=22.01%
G=45.45%
B=32.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921901360.5200.280.25146.9442.9855.29
Hex5CBE883401C19932b37
Octal13427621064034312235367
Binary101110010111110100010001101000111001100110010011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,190,136); }

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

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

 a { background-color: rgb(92,190,136); }

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

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

 span { border-color: rgb(92,190,136); }

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