#50584B

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

Shades of Cabbage Pont #50584B

Tints of Cabbage Pont #50584B

Color information

#50584B (or 0x50584B) is unknown color: approx Cabbage Pont. HEX triplet: 50, 58 and 4B. RGB value is (80,88,75). Sum of RGB (Red+Green+Blue) = 80+88+75=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #50584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50584B is #AFA7B4. Grayscale: #545454. Windows color (decimal): -11511733 or 4937808. OLE color: 4937808.

HSL color Cylindrical-coordinate representation of color #50584B: hue angle of 96.92º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #50584B is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB808875-
CMYK0.0900.150.65
HSL96.92º7.98%31.96%-
HSV(B)96.92º14.77%34.51%-
XYZ8.079.198.01-
YUV84.13122.85125.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=32.92%
G=36.21%
B=30.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088750.0900.150.6596.927.9831.96
Hex50584B90F4161820
Octal120130113110171011411040
Binary101000010110001001011100101111100000111000011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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