#55604C

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

Shades of Cabbage Pont #55604C

Tints of Cabbage Pont #55604C

Color information

#55604C (or 0x55604C) is unknown color: approx Cabbage Pont. HEX triplet: 55, 60 and 4C. RGB value is (85,96,76). Sum of RGB (Red+Green+Blue) = 85+96+76=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #55604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55604C is #AA9FB3. Grayscale: #5A5A5A. Windows color (decimal): -11182004 or 5005397. OLE color: 5005397.

HSL color Cylindrical-coordinate representation of color #55604C: hue angle of 93º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55604C is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB859676-
CMYK0.1100.210.62
HSL93º11.63%33.73%-
HSV(B)93º20.83%37.65%-
XYZ9.2310.828.44-
YUV90.43119.86124.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=33.07%
G=37.35%
B=29.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596760.1100.210.629311.6333.73
Hex55604CB0153E5dc22
Octal12514011413025761351442
Binary101010111000001001100101101010111111010111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,96,76); }

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

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

 a { background-color: rgb(85,96,76); }

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

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

 span { border-color: rgb(85,96,76); }

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