Html Css Color HEX #53905A Fruit Salad

📋 copy color: '#53905A'

red 83 ◦ green 144 ◦ blue 90

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

Shades of Fruit Salad #53905A

Tints of Fruit Salad #53905A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.43%

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 26.18%
G = 45.43%
B = 28.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#53905A (or 0x53905A) is known color: Fruit Salad. HEX triplet: 53, 90 and 5A. RGB value is (83,144,90). Sum of RGB (Red+Green+Blue) = 83+144+90=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #53905A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53905A is #AC6FA5. Grayscale: #777777. Windows color (decimal): -11300774 or 5935187. OLE color: 5935187.

HSL color Cylindrical-coordinate representation of color #53905A: hue angle of 126.89º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53905A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 90 -
CMYK 0.42 0 0.37 0.44
HSL 126.89º 0.27% 0.45% -
HSV(B) 126.89º 0.42% 0.56% -
XYZ 15.39 22.52 13.21 -
YUV 119.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 83 144 90 0.42 0 0.37 0.44 126.89 0.27 0.45
Hex 53 90 5A 2A 0 25 2C 7F 1B 2D
Octal 123 220 132 52 0 45 54 177 33 55
Binary 1010011 10010000 1011010 101010 0 100101 101100 1111111 11011 101101

Color Harmonies of #53905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53905A

Black with #53905A

Text Example


Text Example

White with #53905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53905A; }

 p { color: rgb(83,144,90); }

 H1.HeaderClassName
 {
   color: #53905A;
 }
 .AnyTagClassName
 {
   color: #53905A;
 }
</style>

background-color css

<style>
 a { background-color: #53905A; }

 a { background-color: rgb(83,144,90); }

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

border-color css

<style>
 span { border-color: #53905A; }

 span { border-color: rgb(83,144,90); }

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