#50554B

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

Shades of Cabbage Pont #50554B

Tints of Cabbage Pont #50554B

Color information

#50554B (or 0x50554B) is unknown color: approx Cabbage Pont. HEX triplet: 50, 55 and 4B. RGB value is (80,85,75). Sum of RGB (Red+Green+Blue) = 80+85+75=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 85 - color contains mainly: green. Hex color #50554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50554B is #AFAAB4. Grayscale: #525252. Windows color (decimal): -11512501 or 4937040. OLE color: 4937040.

HSL color Cylindrical-coordinate representation of color #50554B: hue angle of 90º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50554B is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB808575-
CMYK0.0600.120.67
HSL90º6.25%31.37%-
HSV(B)90º11.76%33.33%-
XYZ7.838.717.93-
YUV82.36123.84126.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=33.33%
G=35.42%
B=31.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085750.0600.120.67906.2531.37
Hex50554B60C435a61f
Octal1201251136014103132637
Binary101000010101011001011110011001000011101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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