#925583

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

Shades of Strikemaster #925583

Tints of Strikemaster #925583

Color information

#925583 (or 0x925583) is unknown color: approx Strikemaster. HEX triplet: 92, 55 and 83. RGB value is (146,85,131). Sum of RGB (Red+Green+Blue) = 146+85+131=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #925583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925583 is #6DAA7C. Grayscale: #6C6C6C. Windows color (decimal): -7187069 or 8607122. OLE color: 8607122.

HSL color Cylindrical-coordinate representation of color #925583: hue angle of 314.75º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925583 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14685131-
CMYK00.420.100.43
HSL314.75º26.41%45.29%-
HSV(B)314.75º41.78%57.25%-
XYZ19.214.2523.21-
YUV108.48140.71154.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=40.33%
G=23.48%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468513100.420.100.43314.7526.4145.29
Hex92558302AA2B13b1a2d
Octal22212520305212534733255
Binary100100101010101100000110101010101010101110011101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925583; }

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

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

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

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

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

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

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

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