#5BA551

Color #5BA551 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5BA551

Tints of Fruit Salad #5BA551

Color information

#5BA551 (or 0x5BA551) is unknown color: approx Fruit Salad. HEX triplet: 5B, A5 and 51. RGB value is (91,165,81). Sum of RGB (Red+Green+Blue) = 91+165+81=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA551 is #A45AAE. Grayscale: #858585. Windows color (decimal): -10771119 or 5350747. OLE color: 5350747.

HSL color Cylindrical-coordinate representation of color #5BA551: hue angle of 112.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BA551 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB9116581-
CMYK0.4500.510.35
HSL112.86º34.15%48.24%-
HSV(B)112.86º50.91%64.71%-
XYZ19.2529.7312.51-
YUV133.398.4897.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=27.00%
G=48.96%
B=24.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91165810.4500.510.35112.8634.1548.24
Hex5BA5512D03323712230
Octal13324512155063431614260
Binary101101110100101101000110110101100111000111110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,165,81); }

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

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

 a { background-color: rgb(91,165,81); }

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

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

 span { border-color: rgb(91,165,81); }

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