Html Css Color HEX #507463 Como

📋 copy color: '#507463'

red 80 ◦ green 116 ◦ blue 99

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

Shades of Como #507463

Tints of Como #507463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 27.12%
G = 39.32%
B = 33.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#507463 (or 0x507463) is known color: Como. HEX triplet: 50, 74 and 63. RGB value is (80,116,99). Sum of RGB (Red+Green+Blue) = 80+116+99=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #507463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507463 is #AF8B9C. Grayscale: #676767. Windows color (decimal): -11504541 or 6517840. OLE color: 6517840.

HSL color Cylindrical-coordinate representation of color #507463: hue angle of 151.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #507463 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 99 -
CMYK 0.31 0 0.15 0.55
HSL 151.67º 0.18% 0.38% -
HSV(B) 151.67º 0.31% 0.45% -
XYZ 11.81 15.1 14.1 -
YUV 103.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 80 116 99 0.31 0 0.15 0.55 151.67 0.18 0.38
Hex 50 74 63 1F 0 F 37 98 12 26
Octal 120 164 143 37 0 17 67 230 22 46
Binary 1010000 1110100 1100011 11111 0 1111 110111 10011000 10010 100110

Color Harmonies of #507463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507463

Black with #507463

Text Example


Text Example

White with #507463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507463; }

 p { color: rgb(80,116,99); }

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

background-color css

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

 a { background-color: rgb(80,116,99); }

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

border-color css

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

 span { border-color: rgb(80,116,99); }

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