#858558

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

Shades of Bandicoot #858558

Tints of Bandicoot #858558

Color information

#858558 (or 0x858558) is unknown color: approx Bandicoot. HEX triplet: 85, 85 and 58. RGB value is (133,133,88). Sum of RGB (Red+Green+Blue) = 133+133+88=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858558 is #7A7AA7. Grayscale: #808080. Windows color (decimal): -8026792 or 5801349. OLE color: 5801349.

HSL color Cylindrical-coordinate representation of color #858558: hue angle of 60º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858558 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB13313388-
CMYK000.340.48
HSL60º20.36%43.33%-
HSV(B)60º33.83%52.16%-
XYZ19.8222.4712.52-
YUV127.87105.5131.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=37.57%
G=37.57%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313388000.340.486020.3643.33
Hex8585580022303c142b
Octal205205130004260742453
Binary100001011000010110110000010001011000011110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858558; }

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

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

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

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

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

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

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

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