Html Css Color HEX #507562 Como

📋 copy color: '#507562'

red 80 ◦ green 117 ◦ blue 98

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

Shades of Como #507562

Tints of Como #507562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 27.12%
G = 39.66%
B = 33.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#507562 (or 0x507562) is known color: Como. HEX triplet: 50, 75 and 62. RGB value is (80,117,98). Sum of RGB (Red+Green+Blue) = 80+117+98=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #507562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507562 is #AF8A9D. Grayscale: #676767. Windows color (decimal): -11504286 or 6452560. OLE color: 6452560.

HSL color Cylindrical-coordinate representation of color #507562: hue angle of 149.19º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507562 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 98 -
CMYK 0.32 0 0.16 0.54
HSL 149.19º 0.19% 0.39% -
HSV(B) 149.19º 0.32% 0.46% -
XYZ 11.87 15.31 13.88 -
YUV 103.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 80 117 98 0.32 0 0.16 0.54 149.19 0.19 0.39
Hex 50 75 62 20 0 10 36 95 13 27
Octal 120 165 142 40 0 20 66 225 23 47
Binary 1010000 1110101 1100010 100000 0 10000 110110 10010101 10011 100111

Color Harmonies of #507562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507562

Black with #507562

Text Example


Text Example

White with #507562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507562; }

 p { color: rgb(80,117,98); }

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

background-color css

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

 a { background-color: rgb(80,117,98); }

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

border-color css

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

 span { border-color: rgb(80,117,98); }

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