Html Css Color HEX #507360 Como

📋 copy color: '#507360'

red 80 ◦ green 115 ◦ blue 96

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

Shades of Como #507360

Tints of Como #507360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

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

R = 27.49%
G = 39.52%
B = 32.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#507360 (or 0x507360) is known color: Como. HEX triplet: 50, 73 and 60. RGB value is (80,115,96). Sum of RGB (Red+Green+Blue) = 80+115+96=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #507360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507360 is #AF8C9F. Grayscale: #666666. Windows color (decimal): -11504800 or 6320976. OLE color: 6320976.

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

Color convert

RGB 80 115 96 -
CMYK 0.30 0 0.17 0.55
HSL 147.43º 0.18% 0.38% -
HSV(B) 147.43º 0.3% 0.45% -
XYZ 11.55 14.81 13.32 -
YUV 102.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 80 115 96 0.30 0 0.17 0.55 147.43 0.18 0.38
Hex 50 73 60 1E 0 11 37 93 12 26
Octal 120 163 140 36 0 21 67 223 22 46
Binary 1010000 1110011 1100000 11110 0 10001 110111 10010011 10010 100110

Color Harmonies of #507360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507360

Black with #507360

Text Example


Text Example

White with #507360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507360; }

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

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

background-color css

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

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

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

border-color css

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

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

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