#5CBF88

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

Shades of Silver Tree #5CBF88

Tints of Silver Tree #5CBF88

Color information

#5CBF88 (or 0x5CBF88) is unknown color: approx Silver Tree. HEX triplet: 5C, BF and 88. RGB value is (92,191,136). Sum of RGB (Red+Green+Blue) = 92+191+136=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBF88 is #A34077. Grayscale: #9B9B9B. Windows color (decimal): -10698872 or 8961884. OLE color: 8961884.

HSL color Cylindrical-coordinate representation of color #5CBF88: hue angle of 146.67º degrees, saturation: 0.44, 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 #5CBF88 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB92191136-
CMYK0.5200.290.25
HSL146.67º43.61%55.49%-
HSV(B)146.67º51.83%74.9%-
XYZ27.4941.3129.82-
YUV155.13117.282.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.96%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=21.96%
G=45.58%
B=32.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921911360.5200.290.25146.6743.6155.49
Hex5CBF883401D19932c37
Octal13427721064035312235467
Binary101110010111111100010001101000111011100110010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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