Html Css Color HEX #50554B Cabbage Pont

📋 copy color: '#50554B'

red 80 ◦ green 85 ◦ blue 75

#50554B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #50554B

Tints of Cabbage Pont #50554B

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 value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#50554B (or 0x50554B) is known color: 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

RGB 80 85 75 -
CMYK 0.06 0 0.12 0.67
HSL 90º 0.06% 0.31% -
HSV(B) 90º 0.12% 0.33% -
XYZ 7.83 8.71 7.93 -
YUV 82.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 80 85 75 0.06 0 0.12 0.67 90 0.06 0.31
Hex 50 55 4B 6 0 C 43 5A 6 1F
Octal 120 125 113 6 0 14 103 132 6 37
Binary 1010000 1010101 1001011 110 0 1100 1000011 1011010 110 11111

Color Harmonies of #50554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50554B

Black with #50554B

Text Example


Text Example

White with #50554B

Text Example


Text Example

HTML Codes & Css Web 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>