#858858

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

Shades of Bandicoot #858858

Tints of Bandicoot #858858

Color information

#858858 (or 0x858858) is unknown color: approx Bandicoot. HEX triplet: 85, 88 and 58. RGB value is (133,136,88). Sum of RGB (Red+Green+Blue) = 133+136+88=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #858858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858858 is #7A77A7. Grayscale: #818181. Windows color (decimal): -8026024 or 5802117. OLE color: 5802117.

HSL color Cylindrical-coordinate representation of color #858858: hue angle of 63.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858858 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13313688-
CMYK0.0200.350.47
HSL63.75º21.43%43.92%-
HSV(B)63.75º35.29%53.33%-
XYZ20.2423.312.66-
YUV129.63104.51130.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=37.25%
G=38.10%
B=24.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136880.0200.350.4763.7521.4343.92
Hex85885820232F40152c
Octal2052101302043571002554
Binary10000101100010001011000100100011101111100000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858858; }

 p { color: rgb(133,136,88); }

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

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

 a { background-color: rgb(133,136,88); }

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

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

 span { border-color: rgb(133,136,88); }

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