Html Css Color HEX #507465 Como

📋 copy color: '#507465'

red 80 ◦ green 116 ◦ blue 101

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

Shades of Como #507465

Tints of Como #507465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 26.94%
G = 39.06%
B = 34.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#507465 (or 0x507465) is known color: Como. HEX triplet: 50, 74 and 65. RGB value is (80,116,101). Sum of RGB (Red+Green+Blue) = 80+116+101=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #507465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507465 is #AF8B9A. Grayscale: #676767. Windows color (decimal): -11504539 or 6648912. OLE color: 6648912.

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

Color convert

RGB 80 116 101 -
CMYK 0.31 0 0.13 0.55
HSL 155º 0.18% 0.38% -
HSV(B) 155º 0.31% 0.45% -
XYZ 11.9 15.14 14.61 -
YUV 103.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 80 116 101 0.31 0 0.13 0.55 155 0.18 0.38
Hex 50 74 65 1F 0 D 37 9B 12 26
Octal 120 164 145 37 0 15 67 233 22 46
Binary 1010000 1110100 1100101 11111 0 1101 110111 10011011 10010 100110

Color Harmonies of #507465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507465

Black with #507465

Text Example


Text Example

White with #507465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507465; }

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

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

background-color css

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

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

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

border-color css

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

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

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