Html Css Color HEX #985586 Strikemaster

📋 copy color: '#985586'

red 152 ◦ green 85 ◦ blue 134

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

Shades of Strikemaster #985586

Tints of Strikemaster #985586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 40.97%
G = 22.91%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#985586 (or 0x985586) is known color: Strikemaster. HEX triplet: 98, 55 and 86. RGB value is (152,85,134). Sum of RGB (Red+Green+Blue) = 152+85+134=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985586 is #67AA79. Grayscale: #6E6E6E. Windows color (decimal): -6793850 or 8803736. OLE color: 8803736.

HSL color Cylindrical-coordinate representation of color #985586: hue angle of 316.12º 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 #985586 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 134 -
CMYK 0 0.44 0.12 0.40
HSL 316.12º 0.28% 0.46% -
HSV(B) 316.12º 0.44% 0.6% -
XYZ 20.5 14.89 24.35 -
YUV 110.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 152 85 134 0 0.44 0.12 0.40 316.12 0.28 0.46
Hex 98 55 86 0 2C C 28 13C 1C 2E
Octal 230 125 206 0 54 14 50 474 34 56
Binary 10011000 1010101 10000110 0 101100 1100 101000 100111100 11100 101110

Color Harmonies of #985586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985586

Black with #985586

Text Example


Text Example

White with #985586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985586; }

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

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

background-color css

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

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

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

border-color css

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

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

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