Html Css Color HEX #506044 Cabbage Pont

📋 copy color: '#506044'

red 80 ◦ green 96 ◦ blue 68

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

Shades of Cabbage Pont #506044

Tints of Cabbage Pont #506044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.87%

R = 32.79%
G = 39.34%
B = 27.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#506044 (or 0x506044) is known color: Cabbage Pont. HEX triplet: 50, 60 and 44. RGB value is (80,96,68). Sum of RGB (Red+Green+Blue) = 80+96+68=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #506044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506044 is #AF9FBB. Grayscale: #585858. Windows color (decimal): -11509692 or 4481104. OLE color: 4481104.

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

Color convert

RGB 80 96 68 -
CMYK 0.17 0 0.29 0.62
HSL 94.29º 0.17% 0.32% -
HSV(B) 94.29º 0.29% 0.38% -
XYZ 8.53 10.49 7.04 -
YUV 88.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 80 96 68 0.17 0 0.29 0.62 94.29 0.17 0.32
Hex 50 60 44 11 0 1D 3E 5E 11 20
Octal 120 140 104 21 0 35 76 136 21 40
Binary 1010000 1100000 1000100 10001 0 11101 111110 1011110 10001 100000

Color Harmonies of #506044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506044

Black with #506044

Text Example


Text Example

White with #506044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506044; }

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

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

background-color css

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

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

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

border-color css

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

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

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