#555F4A

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

Shades of Cabbage Pont #555F4A

Tints of Cabbage Pont #555F4A

Color information

#555F4A (or 0x555F4A) is unknown color: approx Cabbage Pont. HEX triplet: 55, 5F and 4A. RGB value is (85,95,74). Sum of RGB (Red+Green+Blue) = 85+95+74=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #555F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F4A is #AAA0B5. Grayscale: #595959. Windows color (decimal): -11182262 or 4874069. OLE color: 4874069.

HSL color Cylindrical-coordinate representation of color #555F4A: hue angle of 88.57º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555F4A is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB859574-
CMYK0.1100.220.63
HSL88.57º12.43%33.14%-
HSV(B)88.57º22.11%37.25%-
XYZ9.0710.618.05-
YUV89.62119.19124.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=33.46%
G=37.40%
B=29.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595740.1100.220.6388.5712.4333.14
Hex555F4AB0163F59c21
Octal12513711213026771311441
Binary101010110111111001010101101011011111110110011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555F4A; }

 p { color: rgb(85,95,74); }

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

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

 a { background-color: rgb(85,95,74); }

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

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

 span { border-color: rgb(85,95,74); }

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