Html Css Color HEX #5BA553 Fruit Salad

📋 copy color: '#5BA553'

red 91 ◦ green 165 ◦ blue 83

#5BA553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #5BA553

Tints of Fruit Salad #5BA553

RGB

 RED value IS 91 (35.94% from 255) = 26.84%

 GREEN value IS 165 (64.84% from 255) = 48.67%

 BLUE value IS 83 (32.81% from 255) = 24.48%

R = 26.84%
G = 48.67%
B = 24.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#5BA553 (or 0x5BA553) is known color: Fruit Salad. HEX triplet: 5B, A5 and 53. RGB value is (91,165,83). Sum of RGB (Red+Green+Blue) = 91+165+83=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA553 is #A45AAC. Grayscale: #858585. Windows color (decimal): -10771117 or 5481819. OLE color: 5481819.

HSL color Cylindrical-coordinate representation of color #5BA553: hue angle of 114.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BA553 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 165 83 -
CMYK 0.45 0 0.50 0.35
HSL 114.15º 0.33% 0.49% -
HSV(B) 114.15º 0.5% 0.65% -
XYZ 19.33 29.76 12.91 -
YUV 133.53 99.48 97.67 -
System Red Green Blue C M Y K H S L
Decimal 91 165 83 0.45 0 0.50 0.35 114.15 0.33 0.49
Hex 5B A5 53 2D 0 32 23 72 21 31
Octal 133 245 123 55 0 62 43 162 41 61
Binary 1011011 10100101 1010011 101101 0 110010 100011 1110010 100001 110001

Color Harmonies of #5BA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA553

Black with #5BA553

Text Example


Text Example

White with #5BA553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5BA553;
 }
 .AnyTagClassName
 {
   color: #5BA553;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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