Html Css Color HEX #53975D Fruit Salad

📋 copy color: '#53975D'

red 83 ◦ green 151 ◦ blue 93

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

Shades of Fruit Salad #53975D

Tints of Fruit Salad #53975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.18%

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 25.38%
G = 46.18%
B = 28.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#53975D (or 0x53975D) is known color: Fruit Salad. HEX triplet: 53, 97 and 5D. RGB value is (83,151,93). Sum of RGB (Red+Green+Blue) = 83+151+93=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #53975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53975D is #AC68A2. Grayscale: #7C7C7C. Windows color (decimal): -11298979 or 6133587. OLE color: 6133587.

HSL color Cylindrical-coordinate representation of color #53975D: hue angle of 128.82º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53975D is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 151 93 -
CMYK 0.45 0 0.38 0.41
HSL 128.82º 0.29% 0.46% -
HSV(B) 128.82º 0.45% 0.59% -
XYZ 16.61 24.76 14.26 -
YUV 124.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 83 151 93 0.45 0 0.38 0.41 128.82 0.29 0.46
Hex 53 97 5D 2D 0 26 29 81 1D 2E
Octal 123 227 135 55 0 46 51 201 35 56
Binary 1010011 10010111 1011101 101101 0 100110 101001 10000001 11101 101110

Color Harmonies of #53975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53975D

Black with #53975D

Text Example


Text Example

White with #53975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53975D; }

 p { color: rgb(83,151,93); }

 H1.HeaderClassName
 {
   color: #53975D;
 }
 .AnyTagClassName
 {
   color: #53975D;
 }
</style>

background-color css

<style>
 a { background-color: #53975D; }

 a { background-color: rgb(83,151,93); }

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

border-color css

<style>
 span { border-color: #53975D; }

 span { border-color: rgb(83,151,93); }

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