Html Css Color HEX #857589 Mamba

📋 copy color: '#857589'

red 133 ◦ green 117 ◦ blue 137

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

Shades of Mamba #857589

Tints of Mamba #857589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 34.37%
G = 30.23%
B = 35.4%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#857589 (or 0x857589) is known color: Mamba. HEX triplet: 85, 75 and 89. RGB value is (133,117,137). Sum of RGB (Red+Green+Blue) = 133+117+137=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: blue. Hex color #857589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857589 is #7A8A76. Grayscale: #7C7C7C. Windows color (decimal): -8030839 or 9008517. OLE color: 9008517.

HSL color Cylindrical-coordinate representation of color #857589: hue angle of 288º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #857589 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 117 137 -
CMYK 0.03 0.15 0 0.46
HSL 288º 0.08% 0.5% -
HSV(B) 288º 0.15% 0.54% -
XYZ 20.55 19.52 26.35 -
YUV 124.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 133 117 137 0.03 0.15 0 0.46 288 0.08 0.5
Hex 85 75 89 3 F 0 2E 120 8 32
Octal 205 165 211 3 17 0 56 440 10 62
Binary 10000101 1110101 10001001 11 1111 0 101110 100100000 1000 110010

Color Harmonies of #857589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857589

Black with #857589

Text Example


Text Example

White with #857589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857589; }

 p { color: rgb(133,117,137); }

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

background-color css

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

 a { background-color: rgb(133,117,137); }

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

border-color css

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

 span { border-color: rgb(133,117,137); }

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