Html Css Color HEX #506043 Cabbage Pont

📋 copy color: '#506043'

red 80 ◦ green 96 ◦ blue 67

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

Shades of Cabbage Pont #506043

Tints of Cabbage Pont #506043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

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

R = 32.92%
G = 39.51%
B = 27.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#506043 (or 0x506043) is known color: Cabbage Pont. HEX triplet: 50, 60 and 43. RGB value is (80,96,67). Sum of RGB (Red+Green+Blue) = 80+96+67=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #506043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506043 is #AF9FBC. Grayscale: #585858. Windows color (decimal): -11509693 or 4415568. OLE color: 4415568.

HSL color Cylindrical-coordinate representation of color #506043: hue angle of 93.1º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506043 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 67 -
CMYK 0.17 0 0.30 0.62
HSL 93.1º 0.18% 0.32% -
HSV(B) 93.1º 0.3% 0.38% -
XYZ 8.5 10.48 6.88 -
YUV 87.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 80 96 67 0.17 0 0.30 0.62 93.1 0.18 0.32
Hex 50 60 43 11 0 1E 3E 5D 12 20
Octal 120 140 103 21 0 36 76 135 22 40
Binary 1010000 1100000 1000011 10001 0 11110 111110 1011101 10010 100000

Color Harmonies of #506043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506043

Black with #506043

Text Example


Text Example

White with #506043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506043; }

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

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

background-color css

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

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

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

border-color css

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

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

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