#5FA884

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

Shades of Silver Tree #5FA884

Tints of Silver Tree #5FA884

Color information

#5FA884 (or 0x5FA884) is unknown color: approx Silver Tree. HEX triplet: 5F, A8 and 84. RGB value is (95,168,132). Sum of RGB (Red+Green+Blue) = 95+168+132=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA884 is #A0577B. Grayscale: #8E8E8E. Windows color (decimal): -10508156 or 8693855. OLE color: 8693855.

HSL color Cylindrical-coordinate representation of color #5FA884: hue angle of 150.41º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA884 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB95168132-
CMYK0.4300.210.34
HSL150.41º29.55%51.57%-
HSV(B)150.41º43.45%65.88%-
XYZ22.8932.126.82-
YUV142.07122.3294.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 168 (66.02% from 255) = 42.53%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=24.05%
G=42.53%
B=33.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951681320.4300.210.34150.4129.5551.57
Hex5FA8842B01522961e34
Octal13725020453025422263664
Binary101111110101000100001001010110101011000101001011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,168,132); }

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

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

 a { background-color: rgb(95,168,132); }

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

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

 span { border-color: rgb(95,168,132); }

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