#58553C

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

Shades of Panda #58553C

Tints of Panda #58553C

Color information

#58553C (or 0x58553C) is unknown color: approx Panda. HEX triplet: 58, 55 and 3C. RGB value is (88,85,60). Sum of RGB (Red+Green+Blue) = 88+85+60=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58553C is #A7AAC3. Grayscale: #535353. Windows color (decimal): -10988228 or 3954008. OLE color: 3954008.

HSL color Cylindrical-coordinate representation of color #58553C: hue angle of 53.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58553C is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB888560-
CMYK00.030.320.65
HSL53.57º18.92%29.02%-
HSV(B)53.57º31.82%34.51%-
XYZ8.098.95.57-
YUV83.05114.99131.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=37.77%
G=36.48%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88856000.030.320.6553.5718.9229.02
Hex58553C03204136131d
Octal130125740340101662335
Binary1011000101010111110001110000010000011101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58553C; }

 p { color: rgb(88,85,60); }

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

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

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

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

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

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

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