Html Css Color HEX #53B059 Fruit Salad

📋 copy color: '#53B059'

red 83 ◦ green 176 ◦ blue 89

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

Shades of Fruit Salad #53B059

Tints of Fruit Salad #53B059

RGB

 RED value IS 83 (32.81% from 255) = 23.85%

 GREEN value IS 176 (69.14% from 255) = 50.57%

 BLUE value IS 89 (35.16% from 255) = 25.57%

R = 23.85%
G = 50.57%
B = 25.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#53B059 (or 0x53B059) is known color: Fruit Salad. HEX triplet: 53, B0 and 59. RGB value is (83,176,89). Sum of RGB (Red+Green+Blue) = 83+176+89=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #53B059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B059 is #AC4FA6. Grayscale: #8A8A8A. Windows color (decimal): -11292583 or 5877843. OLE color: 5877843.

HSL color Cylindrical-coordinate representation of color #53B059: hue angle of 123.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B059 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 176 89 -
CMYK 0.53 0 0.49 0.31
HSL 123.87º 0.37% 0.51% -
HSV(B) 123.87º 0.53% 0.69% -
XYZ 20.9 33.61 14.84 -
YUV 138.28 100.19 88.57 -
System Red Green Blue C M Y K H S L
Decimal 83 176 89 0.53 0 0.49 0.31 123.87 0.37 0.51
Hex 53 B0 59 35 0 31 1F 7C 25 33
Octal 123 260 131 65 0 61 37 174 45 63
Binary 1010011 10110000 1011001 110101 0 110001 11111 1111100 100101 110011

Color Harmonies of #53B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B059

Black with #53B059

Text Example


Text Example

White with #53B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B059; }

 p { color: rgb(83,176,89); }

 H1.HeaderClassName
 {
   color: #53B059;
 }
 .AnyTagClassName
 {
   color: #53B059;
 }
</style>

background-color css

<style>
 a { background-color: #53B059; }

 a { background-color: rgb(83,176,89); }

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

border-color css

<style>
 span { border-color: #53B059; }

 span { border-color: rgb(83,176,89); }

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