Html Css Color HEX #555041 Panda

📋 copy color: '#555041'

red 85 ◦ green 80 ◦ blue 65

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

Shades of Panda #555041

Tints of Panda #555041

RGB

 RED value IS 85 (33.59% from 255) = 36.96%

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 36.96%
G = 34.78%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#555041 (or 0x555041) is known color: Panda. HEX triplet: 55, 50 and 41. RGB value is (85,80,65). Sum of RGB (Red+Green+Blue) = 85+80+65=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #555041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555041 is #AAAFBE. Grayscale: #4F4F4F. Windows color (decimal): -11186111 or 4280405. OLE color: 4280405.

HSL color Cylindrical-coordinate representation of color #555041: hue angle of 45º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555041 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 65 -
CMYK 0 0.06 0.24 0.67
HSL 45º 0.13% 0.29% -
HSV(B) 45º 0.24% 0.33% -
XYZ 7.57 8.05 6.16 -
YUV 79.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 85 80 65 0 0.06 0.24 0.67 45 0.13 0.29
Hex 55 50 41 0 6 18 43 2D D 1D
Octal 125 120 101 0 6 30 103 55 15 35
Binary 1010101 1010000 1000001 0 110 11000 1000011 101101 1101 11101

Color Harmonies of #555041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555041

Black with #555041

Text Example


Text Example

White with #555041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555041; }

 p { color: rgb(85,80,65); }

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

background-color css

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

 a { background-color: rgb(85,80,65); }

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

border-color css

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

 span { border-color: rgb(85,80,65); }

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