#805B58

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

Shades of Pharlap #805B58

Tints of Pharlap #805B58

Color information

#805B58 (or 0x805B58) is unknown color: approx Pharlap. HEX triplet: 80, 5B and 58. RGB value is (128,91,88). Sum of RGB (Red+Green+Blue) = 128+91+88=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #805B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B58 is #7FA4A7. Grayscale: #656565. Windows color (decimal): -8365224 or 5790592. OLE color: 5790592.

HSL color Cylindrical-coordinate representation of color #805B58: hue angle of 4.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805B58 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1289188-
CMYK00.290.310.50
HSL4.5º18.52%42.35%-
HSV(B)4.5º31.25%50.2%-
XYZ14.412.7810.94-
YUV101.72120.26146.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 88 (34.77% from 255) = 28.66%
R=41.69%
G=29.64%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128918800.290.310.504.518.5242.35
Hex805B5801D1F325132a
Octal200133130035376252352
Binary10000000101101110110000111011111111001010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805B58; }

 p { color: rgb(128,91,88); }

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

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

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

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

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

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

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