Html Css Color HEX #985589 Strikemaster

📋 copy color: '#985589'

red 152 ◦ green 85 ◦ blue 137

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

Shades of Strikemaster #985589

Tints of Strikemaster #985589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.63%

R = 40.64%
G = 22.73%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#985589 (or 0x985589) is known color: Strikemaster. HEX triplet: 98, 55 and 89. RGB value is (152,85,137). Sum of RGB (Red+Green+Blue) = 152+85+137=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985589 is #67AA76. Grayscale: #6E6E6E. Windows color (decimal): -6793847 or 9000344. OLE color: 9000344.

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

Color convert

RGB 152 85 137 -
CMYK 0 0.44 0.10 0.40
HSL 313.43º 0.28% 0.46% -
HSV(B) 313.43º 0.44% 0.6% -
XYZ 20.71 14.98 25.47 -
YUV 110.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 152 85 137 0 0.44 0.10 0.40 313.43 0.28 0.46
Hex 98 55 89 0 2C A 28 139 1C 2E
Octal 230 125 211 0 54 12 50 471 34 56
Binary 10011000 1010101 10001001 0 101100 1010 101000 100111001 11100 101110

Color Harmonies of #985589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985589

Black with #985589

Text Example


Text Example

White with #985589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985589; }

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

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

background-color css

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

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

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

border-color css

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

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

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