Html Css Color HEX #955587 Strikemaster

📋 copy color: '#955587'

red 149 ◦ green 85 ◦ blue 135

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

Shades of Strikemaster #955587

Tints of Strikemaster #955587

RGB

 RED value IS 149 (58.59% from 255) = 40.38%

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

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

R = 40.38%
G = 23.04%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955587 (or 0x955587) is known color: Strikemaster. HEX triplet: 95, 55 and 87. RGB value is (149,85,135). Sum of RGB (Red+Green+Blue) = 149+85+135=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955587 is #6AAA78. Grayscale: #6D6D6D. Windows color (decimal): -6990457 or 8869269. OLE color: 8869269.

HSL color Cylindrical-coordinate representation of color #955587: hue angle of 313.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955587 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 135 -
CMYK 0 0.43 0.09 0.42
HSL 313.13º 0.27% 0.46% -
HSV(B) 313.13º 0.43% 0.58% -
XYZ 20.02 14.64 24.69 -
YUV 109.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 149 85 135 0 0.43 0.09 0.42 313.13 0.27 0.46
Hex 95 55 87 0 2B 9 2A 139 1B 2E
Octal 225 125 207 0 53 11 52 471 33 56
Binary 10010101 1010101 10000111 0 101011 1001 101010 100111001 11011 101110

Color Harmonies of #955587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955587

Black with #955587

Text Example


Text Example

White with #955587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955587; }

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

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

background-color css

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

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

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

border-color css

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

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

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