#95657A

Color #95657A Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #95657A

Tints of Strikemaster #95657A

Color information

#95657A (or 0x95657A) is unknown color: approx Strikemaster. HEX triplet: 95, 65 and 7A. RGB value is (149,101,122). Sum of RGB (Red+Green+Blue) = 149+101+122=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95657A is #6A9A85. Grayscale: #757575. Windows color (decimal): -6986374 or 8021397. OLE color: 8021397.

HSL color Cylindrical-coordinate representation of color #95657A: hue angle of 333.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95657A is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149101122-
CMYK00.320.180.42
HSL333.75º19.2%49.02%-
HSV(B)333.75º32.21%58.43%-
XYZ20.5617.120.63-
YUV117.75130.4150.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=40.05%
G=27.15%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910112200.320.180.42333.7519.249.02
Hex95657A020122A14e1331
Octal22514517204022525162361
Binary100101011100101111101001000001001010101010100111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95657A; }

 p { color: rgb(149,101,122); }

 H1.HeaderClassName
 {
   color: #95657A;
 }
 .AnyTagClassName
 {
   color: #95657A;
 }
</style>
background-color css

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

 a { background-color: rgb(149,101,122); }

 div.DivClassName
 {
   background-color: #95657A;
 }
 .BgClassName
 {
   background-color: #95657A;
 }
</style>
border-color css

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

 span { border-color: rgb(149,101,122); }

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