Html Css Color HEX #5BA058 Fruit Salad

📋 copy color: '#5BA058'

red 91 ◦ green 160 ◦ blue 88

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

Shades of Fruit Salad #5BA058

Tints of Fruit Salad #5BA058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.2%

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 26.84%
G = 47.2%
B = 25.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#5BA058 (or 0x5BA058) is known color: Fruit Salad. HEX triplet: 5B, A0 and 58. RGB value is (91,160,88). Sum of RGB (Red+Green+Blue) = 91+160+88=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA058 is #A45FA7. Grayscale: #838383. Windows color (decimal): -10772392 or 5808219. OLE color: 5808219.

HSL color Cylindrical-coordinate representation of color #5BA058: hue angle of 117.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA058 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 88 -
CMYK 0.43 0 0.45 0.37
HSL 117.5º 0.29% 0.49% -
HSV(B) 117.5º 0.45% 0.63% -
XYZ 18.65 28.07 13.67 -
YUV 131.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 91 160 88 0.43 0 0.45 0.37 117.5 0.29 0.49
Hex 5B A0 58 2B 0 2D 25 76 1D 31
Octal 133 240 130 53 0 55 45 166 35 61
Binary 1011011 10100000 1011000 101011 0 101101 100101 1110110 11101 110001

Color Harmonies of #5BA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA058

Black with #5BA058

Text Example


Text Example

White with #5BA058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,160,88); }

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

background-color css

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

 a { background-color: rgb(91,160,88); }

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

border-color css

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

 span { border-color: rgb(91,160,88); }

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