Html Css Color HEX #985587 Strikemaster

📋 copy color: '#985587'

red 152 ◦ green 85 ◦ blue 135

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

Shades of Strikemaster #985587

Tints of Strikemaster #985587

RGB

 RED value IS 152 (59.77% from 255) = 40.86%

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

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 40.86%
G = 22.85%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#985587 (or 0x985587) is known color: Strikemaster. HEX triplet: 98, 55 and 87. RGB value is (152,85,135). Sum of RGB (Red+Green+Blue) = 152+85+135=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #985587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985587 is #67AA78. Grayscale: #6E6E6E. Windows color (decimal): -6793849 or 8869272. OLE color: 8869272.

HSL color Cylindrical-coordinate representation of color #985587: hue angle of 315.22º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985587 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 135 -
CMYK 0 0.44 0.11 0.40
HSL 315.22º 0.28% 0.46% -
HSV(B) 315.22º 0.44% 0.6% -
XYZ 20.57 14.92 24.72 -
YUV 110.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 152 85 135 0 0.44 0.11 0.40 315.22 0.28 0.46
Hex 98 55 87 0 2C B 28 13B 1C 2E
Octal 230 125 207 0 54 13 50 473 34 56
Binary 10011000 1010101 10000111 0 101100 1011 101000 100111011 11100 101110

Color Harmonies of #985587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985587

Black with #985587

Text Example


Text Example

White with #985587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985587; }

 p { color: rgb(152,85,135); }

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

background-color css

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

 a { background-color: rgb(152,85,135); }

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

border-color css

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

 span { border-color: rgb(152,85,135); }

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