Html Css Color HEX #505A4A Cabbage Pont

📋 copy color: '#505A4A'

red 80 ◦ green 90 ◦ blue 74

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

Shades of Cabbage Pont #505A4A

Tints of Cabbage Pont #505A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 32.79%
G = 36.89%
B = 30.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#505A4A (or 0x505A4A) is known color: Cabbage Pont. HEX triplet: 50, 5A and 4A. RGB value is (80,90,74). Sum of RGB (Red+Green+Blue) = 80+90+74=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #505A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A4A is #AFA5B5. Grayscale: #555555. Windows color (decimal): -11511222 or 4872784. OLE color: 4872784.

HSL color Cylindrical-coordinate representation of color #505A4A: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505A4A is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 74 -
CMYK 0.11 0 0.18 0.65
HSL 97.5º 0.1% 0.32% -
HSV(B) 97.5º 0.18% 0.35% -
XYZ 8.2 9.51 7.88 -
YUV 85.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 80 90 74 0.11 0 0.18 0.65 97.5 0.1 0.32
Hex 50 5A 4A B 0 12 41 62 A 20
Octal 120 132 112 13 0 22 101 142 12 40
Binary 1010000 1011010 1001010 1011 0 10010 1000001 1100010 1010 100000

Color Harmonies of #505A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A4A

Black with #505A4A

Text Example


Text Example

White with #505A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,90,74); }

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

background-color css

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

 a { background-color: rgb(80,90,74); }

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

border-color css

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

 span { border-color: rgb(80,90,74); }

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