#55604B

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

Shades of Cabbage Pont #55604B

Tints of Cabbage Pont #55604B

Color information

#55604B (or 0x55604B) is unknown color: approx Cabbage Pont. HEX triplet: 55, 60 and 4B. RGB value is (85,96,75). Sum of RGB (Red+Green+Blue) = 85+96+75=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #55604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55604B is #AA9FB4. Grayscale: #5A5A5A. Windows color (decimal): -11182005 or 4939861. OLE color: 4939861.

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

Color convert

RGB859675-
CMYK0.1100.220.62
HSL91.43º12.28%33.53%-
HSV(B)91.43º21.88%37.65%-
XYZ9.210.818.26-
YUV90.32119.36124.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=33.20%
G=37.5%
B=29.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596750.1100.220.6291.4312.2833.53
Hex55604BB0163E5bc22
Octal12514011313026761331442
Binary101010111000001001011101101011011111010110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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