Html Css Color HEX #85657A Strikemaster

📋 copy color: '#85657A'

red 133 ◦ green 101 ◦ blue 122

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

Shades of Strikemaster #85657A

Tints of Strikemaster #85657A

RGB

 RED value IS 133 (52.34% from 255) = 37.36%

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 37.36%
G = 28.37%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85657A (or 0x85657A) is known color: Strikemaster. HEX triplet: 85, 65 and 7A. RGB value is (133,101,122). Sum of RGB (Red+Green+Blue) = 133+101+122=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657A is #7A9A85. Grayscale: #707070. Windows color (decimal): -8034950 or 8021381. OLE color: 8021381.

HSL color Cylindrical-coordinate representation of color #85657A: hue angle of 320.62º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85657A is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 122 -
CMYK 0 0.24 0.08 0.48
HSL 320.63º 0.14% 0.46% -
HSV(B) 320.63º 0.24% 0.52% -
XYZ 17.84 15.7 20.5 -
YUV 112.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 133 101 122 0 0.24 0.08 0.48 320.63 0.14 0.46
Hex 85 65 7A 0 18 8 30 141 E 2E
Octal 205 145 172 0 30 10 60 501 16 56
Binary 10000101 1100101 1111010 0 11000 1000 110000 101000001 1110 101110

Color Harmonies of #85657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85657A

Black with #85657A

Text Example


Text Example

White with #85657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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