Html Css Color HEX #53925B Fruit Salad

📋 copy color: '#53925B'

red 83 ◦ green 146 ◦ blue 91

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

Shades of Fruit Salad #53925B

Tints of Fruit Salad #53925B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.63%

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 25.94%
G = 45.63%
B = 28.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#53925B (or 0x53925B) is known color: Fruit Salad. HEX triplet: 53, 92 and 5B. RGB value is (83,146,91). Sum of RGB (Red+Green+Blue) = 83+146+91=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #53925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53925B is #AC6DA4. Grayscale: #797979. Windows color (decimal): -11300261 or 6001235. OLE color: 6001235.

HSL color Cylindrical-coordinate representation of color #53925B: hue angle of 127.62º degrees, saturation: 0.28, 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 #53925B is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 91 -
CMYK 0.43 0 0.38 0.43
HSL 127.62º 0.28% 0.45% -
HSV(B) 127.62º 0.43% 0.57% -
XYZ 15.73 23.15 13.54 -
YUV 120.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 83 146 91 0.43 0 0.38 0.43 127.62 0.28 0.45
Hex 53 92 5B 2B 0 26 2B 80 1C 2D
Octal 123 222 133 53 0 46 53 200 34 55
Binary 1010011 10010010 1011011 101011 0 100110 101011 10000000 11100 101101

Color Harmonies of #53925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53925B

Black with #53925B

Text Example


Text Example

White with #53925B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53925B; }

 p { color: rgb(83,146,91); }

 H1.HeaderClassName
 {
   color: #53925B;
 }
 .AnyTagClassName
 {
   color: #53925B;
 }
</style>

background-color css

<style>
 a { background-color: #53925B; }

 a { background-color: rgb(83,146,91); }

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

border-color css

<style>
 span { border-color: #53925B; }

 span { border-color: rgb(83,146,91); }

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