Html Css Color HEX #53995C Fruit Salad

📋 copy color: '#53995C'

red 83 ◦ green 153 ◦ blue 92

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

Shades of Fruit Salad #53995C

Tints of Fruit Salad #53995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 25.3%
G = 46.65%
B = 28.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#53995C (or 0x53995C) is known color: Fruit Salad. HEX triplet: 53, 99 and 5C. RGB value is (83,153,92). Sum of RGB (Red+Green+Blue) = 83+153+92=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #53995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53995C is #AC66A3. Grayscale: #7D7D7D. Windows color (decimal): -11298468 or 6068563. OLE color: 6068563.

HSL color Cylindrical-coordinate representation of color #53995C: hue angle of 127.71º 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 #53995C is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 153 92 -
CMYK 0.46 0 0.40 0.4
HSL 127.71º 0.3% 0.46% -
HSV(B) 127.71º 0.46% 0.6% -
XYZ 16.89 25.39 14.14 -
YUV 125.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 83 153 92 0.46 0 0.40 0.4 127.71 0.3 0.46
Hex 53 99 5C 2E 0 28 28 80 1E 2E
Octal 123 231 134 56 0 50 50 200 36 56
Binary 1010011 10011001 1011100 101110 0 101000 101000 10000000 11110 101110

Color Harmonies of #53995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53995C

Black with #53995C

Text Example


Text Example

White with #53995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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