#55614B

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

Shades of Cabbage Pont #55614B

Tints of Cabbage Pont #55614B

Color information

#55614B (or 0x55614B) is unknown color: approx Cabbage Pont. HEX triplet: 55, 61 and 4B. RGB value is (85,97,75). Sum of RGB (Red+Green+Blue) = 85+97+75=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #55614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55614B is #AA9EB4. Grayscale: #5A5A5A. Windows color (decimal): -11181749 or 4940117. OLE color: 4940117.

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

Color convert

RGB859775-
CMYK0.1200.230.62
HSL92.73º12.79%33.73%-
HSV(B)92.73º22.68%38.04%-
XYZ9.2910.998.29-
YUV90.9119.02123.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=33.07%
G=37.74%
B=29.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597750.1200.230.6292.7312.7933.73
Hex55614BC0173E5dd22
Octal12514111314027761351542
Binary101010111000011001011110001011111111010111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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