Html Css Color HEX #895579 Strikemaster

📋 copy color: '#895579'

red 137 ◦ green 85 ◦ blue 121

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

Shades of Strikemaster #895579

Tints of Strikemaster #895579

RGB

 RED value IS 137 (53.91% from 255) = 39.94%

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 39.94%
G = 24.78%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#895579 (or 0x895579) is known color: Strikemaster. HEX triplet: 89, 55 and 79. RGB value is (137,85,121). Sum of RGB (Red+Green+Blue) = 137+85+121=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #895579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895579 is #76AA86. Grayscale: #686868. Windows color (decimal): -7776903 or 7951753. OLE color: 7951753.

HSL color Cylindrical-coordinate representation of color #895579: hue angle of 318.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895579 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 121 -
CMYK 0 0.38 0.12 0.46
HSL 318.46º 0.23% 0.44% -
HSV(B) 318.46º 0.38% 0.54% -
XYZ 17.02 13.2 19.74 -
YUV 104.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 137 85 121 0 0.38 0.12 0.46 318.46 0.23 0.44
Hex 89 55 79 0 26 C 2E 13E 17 2C
Octal 211 125 171 0 46 14 56 476 27 54
Binary 10001001 1010101 1111001 0 100110 1100 101110 100111110 10111 101100

Color Harmonies of #895579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895579

Black with #895579

Text Example


Text Example

White with #895579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895579; }

 p { color: rgb(137,85,121); }

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

background-color css

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

 a { background-color: rgb(137,85,121); }

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

border-color css

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

 span { border-color: rgb(137,85,121); }

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