Html Css Color HEX #507460 Como

📋 copy color: '#507460'

red 80 ◦ green 116 ◦ blue 96

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

Shades of Como #507460

Tints of Como #507460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 27.4%
G = 39.73%
B = 32.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#507460 (or 0x507460) is known color: Como. HEX triplet: 50, 74 and 60. RGB value is (80,116,96). Sum of RGB (Red+Green+Blue) = 80+116+96=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #507460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507460 is #AF8B9F. Grayscale: #676767. Windows color (decimal): -11504544 or 6321232. OLE color: 6321232.

HSL color Cylindrical-coordinate representation of color #507460: hue angle of 146.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 #507460 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 96 -
CMYK 0.31 0 0.17 0.55
HSL 146.67º 0.18% 0.38% -
HSV(B) 146.67º 0.31% 0.45% -
XYZ 11.66 15.04 13.35 -
YUV 102.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 80 116 96 0.31 0 0.17 0.55 146.67 0.18 0.38
Hex 50 74 60 1F 0 11 37 93 12 26
Octal 120 164 140 37 0 21 67 223 22 46
Binary 1010000 1110100 1100000 11111 0 10001 110111 10010011 10010 100110

Color Harmonies of #507460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507460

Black with #507460

Text Example


Text Example

White with #507460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507460; }

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

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

background-color css

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

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

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

border-color css

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

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

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