Html Css Color HEX #507462 Como

📋 copy color: '#507462'

red 80 ◦ green 116 ◦ blue 98

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

Shades of Como #507462

Tints of Como #507462

RGB

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

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

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

R = 27.21%
G = 39.46%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#507462 (or 0x507462) is known color: Como. HEX triplet: 50, 74 and 62. RGB value is (80,116,98). Sum of RGB (Red+Green+Blue) = 80+116+98=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #507462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507462 is #AF8B9D. Grayscale: #676767. Windows color (decimal): -11504542 or 6452304. OLE color: 6452304.

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

Color convert

RGB 80 116 98 -
CMYK 0.31 0 0.16 0.55
HSL 150º 0.18% 0.38% -
HSV(B) 150º 0.31% 0.45% -
XYZ 11.76 15.08 13.85 -
YUV 103.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 80 116 98 0.31 0 0.16 0.55 150 0.18 0.38
Hex 50 74 62 1F 0 10 37 96 12 26
Octal 120 164 142 37 0 20 67 226 22 46
Binary 1010000 1110100 1100010 11111 0 10000 110111 10010110 10010 100110

Color Harmonies of #507462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507462

Black with #507462

Text Example


Text Example

White with #507462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507462; }

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

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

background-color css

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

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

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

border-color css

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

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

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