#5FB088

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

Shades of Silver Tree #5FB088

Tints of Silver Tree #5FB088

Color information

#5FB088 (or 0x5FB088) is unknown color: approx Silver Tree. HEX triplet: 5F, B0 and 88. RGB value is (95,176,136). Sum of RGB (Red+Green+Blue) = 95+176+136=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB088 is #A04F77. Grayscale: #939393. Windows color (decimal): -10506104 or 8958047. OLE color: 8958047.

HSL color Cylindrical-coordinate representation of color #5FB088: hue angle of 150.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB088 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB95176136-
CMYK0.4600.230.31
HSL150.37º33.89%53.14%-
HSV(B)150.37º46.02%69.02%-
XYZ24.6935.2628.8-
YUV147.22121.6690.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.34%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=23.34%
G=43.24%
B=33.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951761360.4600.230.31150.3733.8953.14
Hex5FB0882E0171F962235
Octal13726021056027372264265
Binary101111110110000100010001011100101111111110010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,176,136); }

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

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

 a { background-color: rgb(95,176,136); }

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

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

 span { border-color: rgb(95,176,136); }

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