Html Css Color HEX #507260 Como

📋 copy color: '#507260'

red 80 ◦ green 114 ◦ blue 96

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

Shades of Como #507260

Tints of Como #507260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.31%

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

R = 27.59%
G = 39.31%
B = 33.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#507260 (or 0x507260) is known color: Como. HEX triplet: 50, 72 and 60. RGB value is (80,114,96). Sum of RGB (Red+Green+Blue) = 80+114+96=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #507260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507260 is #AF8D9F. Grayscale: #656565. Windows color (decimal): -11505056 or 6320720. OLE color: 6320720.

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

Color convert

RGB 80 114 96 -
CMYK 0.30 0 0.16 0.55
HSL 148.24º 0.18% 0.38% -
HSV(B) 148.24º 0.3% 0.45% -
XYZ 11.44 14.58 13.28 -
YUV 101.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 80 114 96 0.30 0 0.16 0.55 148.24 0.18 0.38
Hex 50 72 60 1E 0 10 37 94 12 26
Octal 120 162 140 36 0 20 67 224 22 46
Binary 1010000 1110010 1100000 11110 0 10000 110111 10010100 10010 100110

Color Harmonies of #507260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507260

Black with #507260

Text Example


Text Example

White with #507260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507260; }

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

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

background-color css

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

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

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

border-color css

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

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

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