Html Css Color HEX #53915D Fruit Salad

📋 copy color: '#53915D'

red 83 ◦ green 145 ◦ blue 93

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

Shades of Fruit Salad #53915D

Tints of Fruit Salad #53915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

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

R = 25.86%
G = 45.17%
B = 28.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#53915D (or 0x53915D) is known color: Fruit Salad. HEX triplet: 53, 91 and 5D. RGB value is (83,145,93). Sum of RGB (Red+Green+Blue) = 83+145+93=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #53915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53915D is #AC6EA2. Grayscale: #787878. Windows color (decimal): -11300515 or 6132051. OLE color: 6132051.

HSL color Cylindrical-coordinate representation of color #53915D: hue angle of 129.68º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53915D is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 93 -
CMYK 0.43 0 0.36 0.43
HSL 129.68º 0.27% 0.45% -
HSV(B) 129.68º 0.43% 0.57% -
XYZ 15.67 22.88 13.95 -
YUV 120.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 83 145 93 0.43 0 0.36 0.43 129.68 0.27 0.45
Hex 53 91 5D 2B 0 24 2B 82 1B 2D
Octal 123 221 135 53 0 44 53 202 33 55
Binary 1010011 10010001 1011101 101011 0 100100 101011 10000010 11011 101101

Color Harmonies of #53915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53915D

Black with #53915D

Text Example


Text Example

White with #53915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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