Html Css Color HEX #505B43 Cabbage Pont

📋 copy color: '#505B43'

red 80 ◦ green 91 ◦ blue 67

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

Shades of Cabbage Pont #505B43

Tints of Cabbage Pont #505B43

RGB

 RED value IS 80 (31.64% from 255) = 33.61%

 GREEN value IS 91 (35.94% from 255) = 38.24%

 BLUE value IS 67 (26.56% from 255) = 28.15%

R = 33.61%
G = 38.24%
B = 28.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#505B43 (or 0x505B43) is known color: Cabbage Pont. HEX triplet: 50, 5B and 43. RGB value is (80,91,67). Sum of RGB (Red+Green+Blue) = 80+91+67=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #505B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B43 is #AFA4BC. Grayscale: #555555. Windows color (decimal): -11510973 or 4414288. OLE color: 4414288.

HSL color Cylindrical-coordinate representation of color #505B43: hue angle of 87.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #505B43 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 67 -
CMYK 0.12 0 0.26 0.64
HSL 87.5º 0.15% 0.31% -
HSV(B) 87.5º 0.26% 0.36% -
XYZ 8.06 9.59 6.74 -
YUV 84.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 80 91 67 0.12 0 0.26 0.64 87.5 0.15 0.31
Hex 50 5B 43 C 0 1A 40 57 F 1F
Octal 120 133 103 14 0 32 100 127 17 37
Binary 1010000 1011011 1000011 1100 0 11010 1000000 1010111 1111 11111

Color Harmonies of #505B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B43

Black with #505B43

Text Example


Text Example

White with #505B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505B43; }

 p { color: rgb(80,91,67); }

 H1.HeaderClassName
 {
   color: #505B43;
 }
 .AnyTagClassName
 {
   color: #505B43;
 }
</style>

background-color css

<style>
 a { background-color: #505B43; }

 a { background-color: rgb(80,91,67); }

 div.DivClassName
 {
   background-color: #505B43;
 }
 .BgClassName
 {
   background-color: #505B43;
 }
</style>

border-color css

<style>
 span { border-color: #505B43; }

 span { border-color: rgb(80,91,67); }

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