Html Css Color HEX #507C5D Como

📋 copy color: '#507C5D'

red 80 ◦ green 124 ◦ blue 93

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

Shades of Como #507C5D

Tints of Como #507C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.75%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 26.94%
G = 41.75%
B = 31.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#507C5D (or 0x507C5D) is known color: Como. HEX triplet: 50, 7C and 5D. RGB value is (80,124,93). Sum of RGB (Red+Green+Blue) = 80+124+93=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #507C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C5D is #AF83A2. Grayscale: #6B6B6B. Windows color (decimal): -11502499 or 6126672. OLE color: 6126672.

HSL color Cylindrical-coordinate representation of color #507C5D: hue angle of 137.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C5D is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 93 -
CMYK 0.35 0 0.25 0.51
HSL 137.73º 0.22% 0.4% -
HSV(B) 137.73º 0.35% 0.49% -
XYZ 12.49 16.91 12.96 -
YUV 107.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 80 124 93 0.35 0 0.25 0.51 137.73 0.22 0.4
Hex 50 7C 5D 23 0 19 33 8A 16 28
Octal 120 174 135 43 0 31 63 212 26 50
Binary 1010000 1111100 1011101 100011 0 11001 110011 10001010 10110 101000

Color Harmonies of #507C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C5D

Black with #507C5D

Text Example


Text Example

White with #507C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507C5D; }

 p { color: rgb(80,124,93); }

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

background-color css

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

 a { background-color: rgb(80,124,93); }

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

border-color css

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

 span { border-color: rgb(80,124,93); }

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