Html Css Color HEX #53945C Fruit Salad

📋 copy color: '#53945C'

red 83 ◦ green 148 ◦ blue 92

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

Shades of Fruit Salad #53945C

Tints of Fruit Salad #53945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.82%

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

R = 25.7%
G = 45.82%
B = 28.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#53945C (or 0x53945C) is known color: Fruit Salad. HEX triplet: 53, 94 and 5C. RGB value is (83,148,92). Sum of RGB (Red+Green+Blue) = 83+148+92=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #53945C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53945C is #AC6BA3. Grayscale: #7A7A7A. Windows color (decimal): -11299748 or 6067283. OLE color: 6067283.

HSL color Cylindrical-coordinate representation of color #53945C: hue angle of 128.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53945C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 92 -
CMYK 0.44 0 0.38 0.42
HSL 128.31º 0.28% 0.45% -
HSV(B) 128.31º 0.44% 0.58% -
XYZ 16.09 23.79 13.87 -
YUV 122.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 83 148 92 0.44 0 0.38 0.42 128.31 0.28 0.45
Hex 53 94 5C 2C 0 26 2A 80 1C 2D
Octal 123 224 134 54 0 46 52 200 34 55
Binary 1010011 10010100 1011100 101100 0 100110 101010 10000000 11100 101101

Color Harmonies of #53945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53945C

Black with #53945C

Text Example


Text Example

White with #53945C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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