Html Css Color HEX #53925D Fruit Salad

📋 copy color: '#53925D'

red 83 ◦ green 146 ◦ blue 93

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

Shades of Fruit Salad #53925D

Tints of Fruit Salad #53925D

RGB

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

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

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

R = 25.78%
G = 45.34%
B = 28.88%

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

#53925D (or 0x53925D) is known color: Fruit Salad. HEX triplet: 53, 92 and 5D. RGB value is (83,146,93). Sum of RGB (Red+Green+Blue) = 83+146+93=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #53925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53925D is #AC6DA2. Grayscale: #797979. Windows color (decimal): -11300259 or 6132307. OLE color: 6132307.

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

Color convert

RGB 83 146 93 -
CMYK 0.43 0 0.36 0.43
HSL 129.52º 0.28% 0.45% -
HSV(B) 129.52º 0.43% 0.57% -
XYZ 15.82 23.19 14 -
YUV 121.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 83 146 93 0.43 0 0.36 0.43 129.52 0.28 0.45
Hex 53 92 5D 2B 0 24 2B 82 1C 2D
Octal 123 222 135 53 0 44 53 202 34 55
Binary 1010011 10010010 1011101 101011 0 100100 101011 10000010 11100 101101

Color Harmonies of #53925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53925D

Black with #53925D

Text Example


Text Example

White with #53925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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