#5FBB93

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

Shades of Silver Tree #5FBB93

Tints of Silver Tree #5FBB93

Color information

#5FBB93 (or 0x5FBB93) is unknown color: approx Silver Tree. HEX triplet: 5F, BB and 93. RGB value is (95,187,147). Sum of RGB (Red+Green+Blue) = 95+187+147=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBB93 is #A0446C. Grayscale: #9B9B9B. Windows color (decimal): -10503277 or 9681759. OLE color: 9681759.

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

Color convert

RGB95187147-
CMYK0.4900.210.27
HSL153.91º40.35%55.29%-
HSV(B)153.91º49.2%73.33%-
XYZ27.7640.0833.88-
YUV154.93123.5285.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.14%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=22.14%
G=43.59%
B=34.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal951871470.4900.210.27153.9140.3555.29
Hex5FBB93310151B9a2837
Octal13727322361025332325067
Binary101111110111011100100111100010101011101110011010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,187,147); }

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

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

 a { background-color: rgb(95,187,147); }

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

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

 span { border-color: rgb(95,187,147); }

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