Html Css Color HEX #85697B Strikemaster

📋 copy color: '#85697B'

red 133 ◦ green 105 ◦ blue 123

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

Shades of Strikemaster #85697B

Tints of Strikemaster #85697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 36.84%
G = 29.09%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85697B (or 0x85697B) is known color: Strikemaster. HEX triplet: 85, 69 and 7B. RGB value is (133,105,123). Sum of RGB (Red+Green+Blue) = 133+105+123=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85697B is #7A9684. Grayscale: #737373. Windows color (decimal): -8033925 or 8087941. OLE color: 8087941.

HSL color Cylindrical-coordinate representation of color #85697B: hue angle of 321.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85697B is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 123 -
CMYK 0 0.21 0.08 0.48
HSL 321.43º 0.12% 0.47% -
HSV(B) 321.43º 0.21% 0.52% -
XYZ 18.3 16.52 20.96 -
YUV 115.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 133 105 123 0 0.21 0.08 0.48 321.43 0.12 0.47
Hex 85 69 7B 0 15 8 30 141 C 2F
Octal 205 151 173 0 25 10 60 501 14 57
Binary 10000101 1101001 1111011 0 10101 1000 110000 101000001 1100 101111

Color Harmonies of #85697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85697B

Black with #85697B

Text Example


Text Example

White with #85697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85697B; }

 p { color: rgb(133,105,123); }

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

background-color css

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

 a { background-color: rgb(133,105,123); }

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

border-color css

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

 span { border-color: rgb(133,105,123); }

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