#50574B

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

Shades of Cabbage Pont #50574B

Tints of Cabbage Pont #50574B

Color information

#50574B (or 0x50574B) is unknown color: approx Cabbage Pont. HEX triplet: 50, 57 and 4B. RGB value is (80,87,75). Sum of RGB (Red+Green+Blue) = 80+87+75=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #50574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50574B is #AFA8B4. Grayscale: #535353. Windows color (decimal): -11511989 or 4937552. OLE color: 4937552.

HSL color Cylindrical-coordinate representation of color #50574B: hue angle of 95º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #50574B is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB808775-
CMYK0.0800.140.66
HSL95º7.41%31.76%-
HSV(B)95º13.79%34.12%-
XYZ7.999.037.98-
YUV83.54123.18125.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=33.06%
G=35.95%
B=30.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087750.0800.140.66957.4131.76
Hex50574B80E425f720
Octal12012711310016102137740
Binary10100001010111100101110000111010000101011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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