#5CB886

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

Shades of Silver Tree #5CB886

Tints of Silver Tree #5CB886

Color information

#5CB886 (or 0x5CB886) is unknown color: approx Silver Tree. HEX triplet: 5C, B8 and 86. RGB value is (92,184,134). Sum of RGB (Red+Green+Blue) = 92+184+134=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB886 is #A34779. Grayscale: #969696. Windows color (decimal): -10700666 or 8829020. OLE color: 8829020.

HSL color Cylindrical-coordinate representation of color #5CB886: hue angle of 147.39º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB886 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB92184134-
CMYK0.5000.270.28
HSL147.39º39.32%54.12%-
HSV(B)147.39º50%72.16%-
XYZ25.8638.2828.58-
YUV150.79118.5286.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.44%
GREEN value IS 184 (72.27% from 255) = 44.88%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=22.44%
G=44.88%
B=32.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal921841340.5000.270.28147.3939.3254.12
Hex5CB8863201B1C932736
Octal13427020662033342234766
Binary101110010111000100001101100100110111110010010011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,184,134); }

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

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

 a { background-color: rgb(92,184,134); }

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

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

 span { border-color: rgb(92,184,134); }

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