#555F4B

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

Shades of Cabbage Pont #555F4B

Tints of Cabbage Pont #555F4B

Color information

#555F4B (or 0x555F4B) is unknown color: approx Cabbage Pont. HEX triplet: 55, 5F and 4B. RGB value is (85,95,75). Sum of RGB (Red+Green+Blue) = 85+95+75=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #555F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F4B is #AAA0B4. Grayscale: #595959. Windows color (decimal): -11182261 or 4939605. OLE color: 4939605.

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

Color convert

RGB859575-
CMYK0.1100.210.63
HSL90º11.76%33.33%-
HSV(B)90º21.05%37.25%-
XYZ9.1110.628.23-
YUV89.73119.69124.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=33.33%
G=37.25%
B=29.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595750.1100.210.639011.7633.33
Hex555F4BB0153F5ac21
Octal12513711313025771321441
Binary101010110111111001011101101010111111110110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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