Html Css Color HEX #985583 Strikemaster

📋 copy color: '#985583'

red 152 ◦ green 85 ◦ blue 131

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

Shades of Strikemaster #985583

Tints of Strikemaster #985583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 41.3%
G = 23.1%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#985583 (or 0x985583) is known color: Strikemaster. HEX triplet: 98, 55 and 83. RGB value is (152,85,131). Sum of RGB (Red+Green+Blue) = 152+85+131=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985583 is #67AA7C. Grayscale: #6E6E6E. Windows color (decimal): -6793853 or 8607128. OLE color: 8607128.

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

Color convert

RGB 152 85 131 -
CMYK 0 0.44 0.14 0.40
HSL 318.81º 0.28% 0.46% -
HSV(B) 318.81º 0.44% 0.6% -
XYZ 20.29 14.81 23.26 -
YUV 110.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 152 85 131 0 0.44 0.14 0.40 318.81 0.28 0.46
Hex 98 55 83 0 2C E 28 13F 1C 2E
Octal 230 125 203 0 54 16 50 477 34 56
Binary 10011000 1010101 10000011 0 101100 1110 101000 100111111 11100 101110

Color Harmonies of #985583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985583

Black with #985583

Text Example


Text Example

White with #985583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985583; }

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

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

background-color css

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

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

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

border-color css

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

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

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