#5cbb89

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

Shades of Silver Tree #5CBB89

Tints of Silver Tree #5CBB89

Color information

#5CBB89 (or 0x5CBB89) is unknown color: approx Silver Tree. HEX triplet: 5C, BB and 89. RGB value is (92,187,137). Sum of RGB (Red+Green+Blue) = 92+187+137=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBB89 is #A34476. Grayscale: #999999. Windows color (decimal): -10699895 or 9026396. OLE color: 9026396.

HSL color Cylindrical-coordinate representation of color #5CBB89: hue angle of 148.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBB89 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB92187137-
CMYK0.5100.270.27
HSL148.42º41.13%54.71%-
HSV(B)148.42º50.8%73.33%-
XYZ26.739.6229.91-
YUV152.89119.0384.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.12%
GREEN value IS 187 (73.44% from 255) = 44.95%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=22.12%
G=44.95%
B=32.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921871370.5100.270.27148.4241.1354.71
Hex5CBB893301B1B942937
Octal13427321163033332245167
Binary101110010111011100010011100110110111101110010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cbb89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,187,137); }

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

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

 a { background-color: rgb(92,187,137); }

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

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

 span { border-color: rgb(92,187,137); }

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