Html Css Color HEX #53995E Fruit Salad

📋 copy color: '#53995E'

red 83 ◦ green 153 ◦ blue 94

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

Shades of Fruit Salad #53995E

Tints of Fruit Salad #53995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 25.15%
G = 46.36%
B = 28.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#53995E (or 0x53995E) is known color: Fruit Salad. HEX triplet: 53, 99 and 5E. RGB value is (83,153,94). Sum of RGB (Red+Green+Blue) = 83+153+94=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #53995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53995E is #AC66A1. Grayscale: #7D7D7D. Windows color (decimal): -11298466 or 6199635. OLE color: 6199635.

HSL color Cylindrical-coordinate representation of color #53995E: hue angle of 129.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53995E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 153 94 -
CMYK 0.46 0 0.39 0.4
HSL 129.43º 0.3% 0.46% -
HSV(B) 129.43º 0.46% 0.6% -
XYZ 16.98 25.43 14.6 -
YUV 125.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 83 153 94 0.46 0 0.39 0.4 129.43 0.3 0.46
Hex 53 99 5E 2E 0 27 28 81 1E 2E
Octal 123 231 136 56 0 47 50 201 36 56
Binary 1010011 10011001 1011110 101110 0 100111 101000 10000001 11110 101110

Color Harmonies of #53995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53995E

Black with #53995E

Text Example


Text Example

White with #53995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53995E; }

 p { color: rgb(83,153,94); }

 H1.HeaderClassName
 {
   color: #53995E;
 }
 .AnyTagClassName
 {
   color: #53995E;
 }
</style>

background-color css

<style>
 a { background-color: #53995E; }

 a { background-color: rgb(83,153,94); }

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

border-color css

<style>
 span { border-color: #53995E; }

 span { border-color: rgb(83,153,94); }

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