Html Css Color HEX #55503F Panda

📋 copy color: '#55503F'

red 85 ◦ green 80 ◦ blue 63

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

Shades of Panda #55503F

Tints of Panda #55503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 37.28%
G = 35.09%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55503F (or 0x55503F) is known color: Panda. HEX triplet: 55, 50 and 3F. RGB value is (85,80,63). Sum of RGB (Red+Green+Blue) = 85+80+63=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #55503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503F is #AAAFC0. Grayscale: #4F4F4F. Windows color (decimal): -11186113 or 4149333. OLE color: 4149333.

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

Color convert

RGB 85 80 63 -
CMYK 0 0.06 0.26 0.67
HSL 46.36º 0.15% 0.29% -
HSV(B) 46.36º 0.26% 0.33% -
XYZ 7.51 8.03 5.86 -
YUV 79.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 85 80 63 0 0.06 0.26 0.67 46.36 0.15 0.29
Hex 55 50 3F 0 6 1A 43 2E F 1D
Octal 125 120 77 0 6 32 103 56 17 35
Binary 1010101 1010000 111111 0 110 11010 1000011 101110 1111 11101

Color Harmonies of #55503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55503F

Black with #55503F

Text Example


Text Example

White with #55503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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